Html Css Color HEX #F28628 Carrot Orange

📋 copy color: '#F28628'

red 242 ◦ green 134 ◦ blue 40

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

Shades of Carrot Orange #F28628

Tints of Carrot Orange #F28628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

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

R = 58.17%
G = 32.21%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F28628 (or 0xF28628) is known color: Carrot Orange. HEX triplet: F2, 86 and 28. RGB value is (242,134,40). Sum of RGB (Red+Green+Blue) = 242+134+40=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F28628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28628 is #0D79D7. Grayscale: #9C9C9C. Windows color (decimal): -883160 or 2655986. OLE color: 2655986.

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

Color convert

RGB 242 134 40 -
CMYK 0 0.45 0.83 0.05
HSL 27.92º 0.89% 0.55% -
HSV(B) 27.92º 0.83% 0.95% -
XYZ 45.53 36.08 6.57 -
YUV 155.58 62.78 189.64 -
System Red Green Blue C M Y K H S L
Decimal 242 134 40 0 0.45 0.83 0.05 27.92 0.89 0.55
Hex F2 86 28 0 2D 53 5 1C 59 37
Octal 362 206 50 0 55 123 5 34 131 67
Binary 11110010 10000110 101000 0 101101 1010011 101 11100 1011001 110111

Color Harmonies of #F28628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28628

Black with #F28628

Text Example


Text Example

White with #F28628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28628; }

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

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

background-color css

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

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

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

border-color css

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

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

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