Html Css Color HEX #F28126 Carrot Orange

📋 copy color: '#F28126'

red 242 ◦ green 129 ◦ blue 38

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

Shades of Carrot Orange #F28126

Tints of Carrot Orange #F28126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 59.17%
G = 31.54%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F28126 (or 0xF28126) is known color: Carrot Orange. HEX triplet: F2, 81 and 26. RGB value is (242,129,38). Sum of RGB (Red+Green+Blue) = 242+129+38=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F28126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28126 is #0D7ED9. Grayscale: #989898. Windows color (decimal): -884442 or 2523634. OLE color: 2523634.

HSL color Cylindrical-coordinate representation of color #F28126: hue angle of 26.76º 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 #F28126 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 129 38 -
CMYK 0 0.47 0.84 0.05
HSL 26.76º 0.89% 0.55% -
HSV(B) 26.76º 0.84% 0.95% -
XYZ 44.82 34.72 6.17 -
YUV 152.41 63.44 191.9 -
System Red Green Blue C M Y K H S L
Decimal 242 129 38 0 0.47 0.84 0.05 26.76 0.89 0.55
Hex F2 81 26 0 2F 54 5 1B 59 37
Octal 362 201 46 0 57 124 5 33 131 67
Binary 11110010 10000001 100110 0 101111 1010100 101 11011 1011001 110111

Color Harmonies of #F28126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28126

Black with #F28126

Text Example


Text Example

White with #F28126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28126; }

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

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

background-color css

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

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

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

border-color css

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

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

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