Html Css Color HEX #F28315 Carrot Orange

📋 copy color: '#F28315'

red 242 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #F28315

Tints of Carrot Orange #F28315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 61.42%
G = 33.25%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28315 (or 0xF28315) is known color: Carrot Orange. HEX triplet: F2, 83 and 15. RGB value is (242,131,21). Sum of RGB (Red+Green+Blue) = 242+131+21=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28315 is #0D7CEA. Grayscale: #989898. Windows color (decimal): -883947 or 1410034. OLE color: 1410034.

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

Color convert

RGB 242 131 21 -
CMYK 0 0.46 0.91 0.05
HSL 29.86º 0.89% 0.52% -
HSV(B) 29.86º 0.91% 0.95% -
XYZ 44.87 35.16 5.13 -
YUV 151.65 54.27 192.44 -
System Red Green Blue C M Y K H S L
Decimal 242 131 21 0 0.46 0.91 0.05 29.86 0.89 0.52
Hex F2 83 15 0 2E 5B 5 1E 59 34
Octal 362 203 25 0 56 133 5 36 131 64
Binary 11110010 10000011 10101 0 101110 1011011 101 11110 1011001 110100

Color Harmonies of #F28315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28315

Black with #F28315

Text Example


Text Example

White with #F28315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28315; }

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

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

background-color css

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

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

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

border-color css

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

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

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