Html Css Color HEX #F38B2A Carrot Orange

📋 copy color: '#F38B2A'

red 243 ◦ green 139 ◦ blue 42

#F38B2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F38B2A

Tints of Carrot Orange #F38B2A

RGB

 RED value IS 243 (95.31% from 255) = 57.31%

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 57.31%
G = 32.78%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F38B2A (or 0xF38B2A) is known color: Carrot Orange. HEX triplet: F3, 8B and 2A. RGB value is (243,139,42). Sum of RGB (Red+Green+Blue) = 243+139+42=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38B2A is #0C74D5. Grayscale: #9F9F9F. Windows color (decimal): -816342 or 2788339. OLE color: 2788339.

HSL color Cylindrical-coordinate representation of color #F38B2A: hue angle of 28.96º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F38B2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 139 42 -
CMYK 0 0.43 0.83 0.05
HSL 28.96º 0.89% 0.56% -
HSV(B) 28.96º 0.83% 0.95% -
XYZ 46.61 37.69 7.01 -
YUV 159.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 243 139 42 0 0.43 0.83 0.05 28.96 0.89 0.56
Hex F3 8B 2A 0 2B 53 5 1D 59 38
Octal 363 213 52 0 53 123 5 35 131 70
Binary 11110011 10001011 101010 0 101011 1010011 101 11101 1011001 111000

Color Harmonies of #F38B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38B2A

Black with #F38B2A

Text Example


Text Example

White with #F38B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38B2A; }

 p { color: rgb(243,139,42); }

 H1.HeaderClassName
 {
   color: #F38B2A;
 }
 .AnyTagClassName
 {
   color: #F38B2A;
 }
</style>

background-color css

<style>
 a { background-color: #F38B2A; }

 a { background-color: rgb(243,139,42); }

 div.DivClassName
 {
   background-color: #F38B2A;
 }
 .BgClassName
 {
   background-color: #F38B2A;
 }
</style>

border-color css

<style>
 span { border-color: #F38B2A; }

 span { border-color: rgb(243,139,42); }

 td.TdClassName
 {
   border-color: #F38B2A;
 }
 .TagClassName
 {
   border-color: #F38B2A;
 }
</style>