Html Css Color HEX #F28618 Carrot Orange

📋 copy color: '#F28618'

red 242 ◦ green 134 ◦ blue 24

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

Shades of Carrot Orange #F28618

Tints of Carrot Orange #F28618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6%

R = 60.5%
G = 33.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28618 (or 0xF28618) is known color: Carrot Orange. HEX triplet: F2, 86 and 18. RGB value is (242,134,24). Sum of RGB (Red+Green+Blue) = 242+134+24=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F28618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28618 is #0D79E7. Grayscale: #9A9A9A. Windows color (decimal): -883176 or 1607410. OLE color: 1607410.

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

Color convert

RGB 242 134 24 -
CMYK 0 0.45 0.90 0.05
HSL 30.28º 0.89% 0.52% -
HSV(B) 30.28º 0.9% 0.95% -
XYZ 45.31 35.99 5.42 -
YUV 153.75 54.78 190.94 -
System Red Green Blue C M Y K H S L
Decimal 242 134 24 0 0.45 0.90 0.05 30.28 0.89 0.52
Hex F2 86 18 0 2D 5A 5 1E 59 34
Octal 362 206 30 0 55 132 5 36 131 64
Binary 11110010 10000110 11000 0 101101 1011010 101 11110 1011001 110100

Color Harmonies of #F28618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28618

Black with #F28618

Text Example


Text Example

White with #F28618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28618; }

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

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

background-color css

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

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

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

border-color css

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

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

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