Html Css Color HEX #F28728 Carrot Orange

📋 copy color: '#F28728'

red 242 ◦ green 135 ◦ blue 40

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

Shades of Carrot Orange #F28728

Tints of Carrot Orange #F28728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 58.03%
G = 32.37%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F28728 (or 0xF28728) is known color: Carrot Orange. HEX triplet: F2, 87 and 28. RGB value is (242,135,40). Sum of RGB (Red+Green+Blue) = 242+135+40=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F28728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28728 is #0D78D7. Grayscale: #9C9C9C. Windows color (decimal): -882904 or 2656242. OLE color: 2656242.

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

Color convert

RGB 242 135 40 -
CMYK 0 0.44 0.83 0.05
HSL 28.22º 0.89% 0.55% -
HSV(B) 28.22º 0.83% 0.95% -
XYZ 45.66 36.36 6.62 -
YUV 156.16 62.45 189.22 -
System Red Green Blue C M Y K H S L
Decimal 242 135 40 0 0.44 0.83 0.05 28.22 0.89 0.55
Hex F2 87 28 0 2C 53 5 1C 59 37
Octal 362 207 50 0 54 123 5 34 131 67
Binary 11110010 10000111 101000 0 101100 1010011 101 11100 1011001 110111

Color Harmonies of #F28728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28728

Black with #F28728

Text Example


Text Example

White with #F28728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28728; }

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

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

background-color css

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

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

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

border-color css

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

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

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