Html Css Color HEX #FF9218 Carrot Orange

📋 copy color: '#FF9218'

red 255 ◦ green 146 ◦ blue 24

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

Shades of Carrot Orange #FF9218

Tints of Carrot Orange #FF9218

RGB

 RED value IS 255 (100% from 255) = 60%

 GREEN value IS 146 (57.42% from 255) = 34.35%

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

R = 60%
G = 34.35%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF9218 (or 0xFF9218) is known color: Carrot Orange. HEX triplet: FF, 92 and 18. RGB value is (255,146,24). Sum of RGB (Red+Green+Blue) = 255+146+24=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9218 is #006DE7. Grayscale: #A5A5A5. Windows color (decimal): -28136 or 1610495. OLE color: 1610495.

HSL color Cylindrical-coordinate representation of color #FF9218: hue angle of 31.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9218 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 146 24 -
CMYK 0 0.43 0.91 0
HSL 31.69º 1% 0.55% -
HSV(B) 31.69º 0.91% 1% -
XYZ 51.68 41.88 6.22 -
YUV 164.68 48.61 192.42 -
System Red Green Blue C M Y K H S L
Decimal 255 146 24 0 0.43 0.91 0 31.69 1 0.55
Hex FF 92 18 0 2B 5B 0 20 64 37
Octal 377 222 30 0 53 133 0 40 144 67
Binary 11111111 10010010 11000 0 101011 1011011 0 100000 1100100 110111

Color Harmonies of #FF9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9218

Black with #FF9218

Text Example


Text Example

White with #FF9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9218; }

 p { color: rgb(255,146,24); }

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

background-color css

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

 a { background-color: rgb(255,146,24); }

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

border-color css

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

 span { border-color: rgb(255,146,24); }

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