Html Css Color HEX #F28825 Carrot Orange

📋 copy color: '#F28825'

red 242 ◦ green 136 ◦ blue 37

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

Shades of Carrot Orange #F28825

Tints of Carrot Orange #F28825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 37 (14.84% from 255) = 8.92%

R = 58.31%
G = 32.77%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F28825 (or 0xF28825) is known color: Carrot Orange. HEX triplet: F2, 88 and 25. RGB value is (242,136,37). Sum of RGB (Red+Green+Blue) = 242+136+37=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F28825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28825 is #0D77DA. Grayscale: #9C9C9C. Windows color (decimal): -882651 or 2459890. OLE color: 2459890.

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

Color convert

RGB 242 136 37 -
CMYK 0 0.44 0.85 0.05
HSL 28.98º 0.89% 0.55% -
HSV(B) 28.98º 0.85% 0.95% -
XYZ 45.76 36.62 6.41 -
YUV 156.41 60.62 189.05 -
System Red Green Blue C M Y K H S L
Decimal 242 136 37 0 0.44 0.85 0.05 28.98 0.89 0.55
Hex F2 88 25 0 2C 55 5 1D 59 37
Octal 362 210 45 0 54 125 5 35 131 67
Binary 11110010 10001000 100101 0 101100 1010101 101 11101 1011001 110111

Color Harmonies of #F28825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28825

Black with #F28825

Text Example


Text Example

White with #F28825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28825; }

 p { color: rgb(242,136,37); }

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

background-color css

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

 a { background-color: rgb(242,136,37); }

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

border-color css

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

 span { border-color: rgb(242,136,37); }

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