Html Css Color HEX #F28921 Carrot Orange

📋 copy color: '#F28921'

red 242 ◦ green 137 ◦ blue 33

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

Shades of Carrot Orange #F28921

Tints of Carrot Orange #F28921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 58.74%
G = 33.25%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F28921 (or 0xF28921) is known color: Carrot Orange. HEX triplet: F2, 89 and 21. RGB value is (242,137,33). Sum of RGB (Red+Green+Blue) = 242+137+33=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F28921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28921 is #0D76DE. Grayscale: #9D9D9D. Windows color (decimal): -882399 or 2198002. OLE color: 2198002.

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

Color convert

RGB 242 137 33 -
CMYK 0 0.43 0.86 0.05
HSL 29.86º 0.89% 0.54% -
HSV(B) 29.86º 0.86% 0.95% -
XYZ 45.84 36.88 6.14 -
YUV 156.54 58.29 188.96 -
System Red Green Blue C M Y K H S L
Decimal 242 137 33 0 0.43 0.86 0.05 29.86 0.89 0.54
Hex F2 89 21 0 2B 56 5 1E 59 36
Octal 362 211 41 0 53 126 5 36 131 66
Binary 11110010 10001001 100001 0 101011 1010110 101 11110 1011001 110110

Color Harmonies of #F28921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28921

Black with #F28921

Text Example


Text Example

White with #F28921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28921; }

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

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

background-color css

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

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

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

border-color css

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

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

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