Html Css Color HEX #F28026 Carrot Orange

📋 copy color: '#F28026'

red 242 ◦ green 128 ◦ blue 38

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

Shades of Carrot Orange #F28026

Tints of Carrot Orange #F28026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

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

R = 59.31%
G = 31.37%
B = 9.31%

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

#F28026 (or 0xF28026) is known color: Carrot Orange. HEX triplet: F2, 80 and 26. RGB value is (242,128,38). Sum of RGB (Red+Green+Blue) = 242+128+38=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F28026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28026 is #0D7FD9. Grayscale: #989898. Windows color (decimal): -884698 or 2523378. OLE color: 2523378.

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

Color convert

RGB 242 128 38 -
CMYK 0 0.47 0.84 0.05
HSL 26.47º 0.89% 0.55% -
HSV(B) 26.47º 0.84% 0.95% -
XYZ 44.69 34.46 6.13 -
YUV 151.83 63.77 192.32 -
System Red Green Blue C M Y K H S L
Decimal 242 128 38 0 0.47 0.84 0.05 26.47 0.89 0.55
Hex F2 80 26 0 2F 54 5 1A 59 37
Octal 362 200 46 0 57 124 5 32 131 67
Binary 11110010 10000000 100110 0 101111 1010100 101 11010 1011001 110111

Color Harmonies of #F28026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28026

Black with #F28026

Text Example


Text Example

White with #F28026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28026; }

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

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

background-color css

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

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

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

border-color css

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

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

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