Html Css Color HEX #F28021 Carrot Orange

📋 copy color: '#F28021'

red 242 ◦ green 128 ◦ blue 33

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

Shades of Carrot Orange #F28021

Tints of Carrot Orange #F28021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.19%

R = 60.05%
G = 31.76%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F28021 (or 0xF28021) is known color: Carrot Orange. HEX triplet: F2, 80 and 21. RGB value is (242,128,33). Sum of RGB (Red+Green+Blue) = 242+128+33=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F28021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28021 is #0D7FDE. Grayscale: #979797. Windows color (decimal): -884703 or 2195698. OLE color: 2195698.

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

Color convert

RGB 242 128 33 -
CMYK 0 0.47 0.86 0.05
HSL 27.27º 0.89% 0.54% -
HSV(B) 27.27º 0.86% 0.95% -
XYZ 44.61 34.43 5.73 -
YUV 151.26 61.27 192.72 -
System Red Green Blue C M Y K H S L
Decimal 242 128 33 0 0.47 0.86 0.05 27.27 0.89 0.54
Hex F2 80 21 0 2F 56 5 1B 59 36
Octal 362 200 41 0 57 126 5 33 131 66
Binary 11110010 10000000 100001 0 101111 1010110 101 11011 1011001 110110

Color Harmonies of #F28021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28021

Black with #F28021

Text Example


Text Example

White with #F28021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28021; }

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

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

background-color css

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

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

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

border-color css

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

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

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