Html Css Color HEX #F28715 Carrot Orange

📋 copy color: '#F28715'

red 242 ◦ green 135 ◦ blue 21

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

Shades of Carrot Orange #F28715

Tints of Carrot Orange #F28715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

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

R = 60.8%
G = 33.92%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28715 (or 0xF28715) is known color: Carrot Orange. HEX triplet: F2, 87 and 15. RGB value is (242,135,21). Sum of RGB (Red+Green+Blue) = 242+135+21=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F28715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28715 is #0D78EA. Grayscale: #9A9A9A. Windows color (decimal): -882923 or 1411058. OLE color: 1411058.

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

Color convert

RGB 242 135 21 -
CMYK 0 0.44 0.91 0.05
HSL 30.95º 0.89% 0.52% -
HSV(B) 30.95º 0.91% 0.95% -
XYZ 45.42 36.26 5.31 -
YUV 154 52.95 190.77 -
System Red Green Blue C M Y K H S L
Decimal 242 135 21 0 0.44 0.91 0.05 30.95 0.89 0.52
Hex F2 87 15 0 2C 5B 5 1F 59 34
Octal 362 207 25 0 54 133 5 37 131 64
Binary 11110010 10000111 10101 0 101100 1011011 101 11111 1011001 110100

Color Harmonies of #F28715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28715

Black with #F28715

Text Example


Text Example

White with #F28715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28715; }

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

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

background-color css

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

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

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

border-color css

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

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

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