Html Css Color HEX #F28514 Carrot Orange

📋 copy color: '#F28514'

red 242 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #F28514

Tints of Carrot Orange #F28514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 61.27%
G = 33.67%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F28514 (or 0xF28514) is known color: Carrot Orange. HEX triplet: F2, 85 and 14. RGB value is (242,133,20). Sum of RGB (Red+Green+Blue) = 242+133+20=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28514 is #0D7AEB. Grayscale: #999999. Windows color (decimal): -883436 or 1345010. OLE color: 1345010.

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

Color convert

RGB 242 133 20 -
CMYK 0 0.45 0.92 0.05
HSL 30.54º 0.9% 0.51% -
HSV(B) 30.54º 0.92% 0.95% -
XYZ 45.13 35.7 5.17 -
YUV 152.71 53.11 191.69 -
System Red Green Blue C M Y K H S L
Decimal 242 133 20 0 0.45 0.92 0.05 30.54 0.9 0.51
Hex F2 85 14 0 2D 5C 5 1F 5A 33
Octal 362 205 24 0 55 134 5 37 132 63
Binary 11110010 10000101 10100 0 101101 1011100 101 11111 1011010 110011

Color Harmonies of #F28514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28514

Black with #F28514

Text Example


Text Example

White with #F28514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28514; }

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

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

background-color css

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

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

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

border-color css

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

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

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