Html Css Color HEX #F29A26 Carrot Orange

📋 copy color: '#F29A26'

red 242 ◦ green 154 ◦ blue 38

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

Shades of Carrot Orange #F29A26

Tints of Carrot Orange #F29A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.76%

R = 55.76%
G = 35.48%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F29A26 (or 0xF29A26) is known color: Carrot Orange. HEX triplet: F2, 9A and 26. RGB value is (242,154,38). Sum of RGB (Red+Green+Blue) = 242+154+38=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A26 is #0D65D9. Grayscale: #A7A7A7. Windows color (decimal): -878042 or 2530034. OLE color: 2530034.

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

Color convert

RGB 242 154 38 -
CMYK 0 0.36 0.84 0.05
HSL 34.12º 0.89% 0.55% -
HSV(B) 34.12º 0.84% 0.95% -
XYZ 48.52 42.13 7.41 -
YUV 167.09 55.15 181.43 -
System Red Green Blue C M Y K H S L
Decimal 242 154 38 0 0.36 0.84 0.05 34.12 0.89 0.55
Hex F2 9A 26 0 24 54 5 22 59 37
Octal 362 232 46 0 44 124 5 42 131 67
Binary 11110010 10011010 100110 0 100100 1010100 101 100010 1011001 110111

Color Harmonies of #F29A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A26

Black with #F29A26

Text Example


Text Example

White with #F29A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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