Html Css Color HEX #F29A1B Carrot Orange

📋 copy color: '#F29A1B'

red 242 ◦ green 154 ◦ blue 27

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

Shades of Carrot Orange #F29A1B

Tints of Carrot Orange #F29A1B

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 27 (10.94% from 255) = 6.38%

R = 57.21%
G = 36.41%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F29A1B (or 0xF29A1B) is known color: Carrot Orange. HEX triplet: F2, 9A and 1B. RGB value is (242,154,27). Sum of RGB (Red+Green+Blue) = 242+154+27=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A1B is #0D65E4. Grayscale: #A6A6A6. Windows color (decimal): -878053 or 1809138. OLE color: 1809138.

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

Color convert

RGB 242 154 27 -
CMYK 0 0.36 0.89 0.05
HSL 35.44º 0.89% 0.53% -
HSV(B) 35.44º 0.89% 0.95% -
XYZ 48.37 42.07 6.61 -
YUV 165.83 49.65 182.33 -
System Red Green Blue C M Y K H S L
Decimal 242 154 27 0 0.36 0.89 0.05 35.44 0.89 0.53
Hex F2 9A 1B 0 24 59 5 23 59 35
Octal 362 232 33 0 44 131 5 43 131 65
Binary 11110010 10011010 11011 0 100100 1011001 101 100011 1011001 110101

Color Harmonies of #F29A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A1B

Black with #F29A1B

Text Example


Text Example

White with #F29A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A1B; }

 p { color: rgb(242,154,27); }

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

background-color css

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

 a { background-color: rgb(242,154,27); }

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

border-color css

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

 span { border-color: rgb(242,154,27); }

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