Html Css Color HEX #FF9C3C Neon Carrot

📋 copy color: '#FF9C3C'

red 255 ◦ green 156 ◦ blue 60

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

Shades of Neon Carrot #FF9C3C

Tints of Neon Carrot #FF9C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 54.14%
G = 33.12%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF9C3C (or 0xFF9C3C) is known color: Neon Carrot. HEX triplet: FF, 9C and 3C. RGB value is (255,156,60). Sum of RGB (Red+Green+Blue) = 255+156+60=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C3C is #0063C3. Grayscale: #AFAFAF. Windows color (decimal): -25540 or 3972351. OLE color: 3972351.

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

Color convert

RGB 255 156 60 -
CMYK 0 0.39 0.76 0
HSL 29.54º 1% 0.62% -
HSV(B) 29.54º 0.76% 1% -
XYZ 53.94 45.36 10.19 -
YUV 174.66 63.3 185.31 -
System Red Green Blue C M Y K H S L
Decimal 255 156 60 0 0.39 0.76 0 29.54 1 0.62
Hex FF 9C 3C 0 27 4C 0 1E 64 3E
Octal 377 234 74 0 47 114 0 36 144 76
Binary 11111111 10011100 111100 0 100111 1001100 0 11110 1100100 111110

Color Harmonies of #FF9C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9C3C

Black with #FF9C3C

Text Example


Text Example

White with #FF9C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9C3C; }

 p { color: rgb(255,156,60); }

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

background-color css

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

 a { background-color: rgb(255,156,60); }

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

border-color css

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

 span { border-color: rgb(255,156,60); }

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