Html Css Color HEX #F28314 Carrot Orange

📋 copy color: '#F28314'

red 242 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #F28314

Tints of Carrot Orange #F28314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 61.58%
G = 33.33%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F28314 (or 0xF28314) is known color: Carrot Orange. HEX triplet: F2, 83 and 14. RGB value is (242,131,20). Sum of RGB (Red+Green+Blue) = 242+131+20=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28314 is #0D7CEB. Grayscale: #989898. Windows color (decimal): -883948 or 1344498. OLE color: 1344498.

HSL color Cylindrical-coordinate representation of color #F28314: hue angle of 30º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F28314 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 20 -
CMYK 0 0.46 0.92 0.05
HSL 30º 0.9% 0.51% -
HSV(B) 30º 0.92% 0.95% -
XYZ 44.86 35.16 5.08 -
YUV 151.54 53.77 192.53 -
System Red Green Blue C M Y K H S L
Decimal 242 131 20 0 0.46 0.92 0.05 30 0.9 0.51
Hex F2 83 14 0 2E 5C 5 1E 5A 33
Octal 362 203 24 0 56 134 5 36 132 63
Binary 11110010 10000011 10100 0 101110 1011100 101 11110 1011010 110011

Color Harmonies of #F28314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28314

Black with #F28314

Text Example


Text Example

White with #F28314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28314; }

 p { color: rgb(242,131,20); }

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

background-color css

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

 a { background-color: rgb(242,131,20); }

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

border-color css

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

 span { border-color: rgb(242,131,20); }

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