Html Css Color HEX #FF9D2F Neon Carrot

📋 copy color: '#FF9D2F'

red 255 ◦ green 157 ◦ blue 47

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

Shades of Neon Carrot #FF9D2F

Tints of Neon Carrot #FF9D2F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.2%

 BLUE value IS 47 (18.75% from 255) = 10.24%

R = 55.56%
G = 34.2%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF9D2F (or 0xFF9D2F) is known color: Neon Carrot. HEX triplet: FF, 9D and 2F. RGB value is (255,157,47). Sum of RGB (Red+Green+Blue) = 255+157+47=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D2F is #0062D0. Grayscale: #AEAEAE. Windows color (decimal): -25297 or 3120639. OLE color: 3120639.

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

Color convert

RGB 255 157 47 -
CMYK 0 0.38 0.82 0
HSL 31.73º 1% 0.59% -
HSV(B) 31.73º 0.82% 1% -
XYZ 53.81 45.58 8.65 -
YUV 173.76 56.47 185.94 -
System Red Green Blue C M Y K H S L
Decimal 255 157 47 0 0.38 0.82 0 31.73 1 0.59
Hex FF 9D 2F 0 26 52 0 20 64 3B
Octal 377 235 57 0 46 122 0 40 144 73
Binary 11111111 10011101 101111 0 100110 1010010 0 100000 1100100 111011

Color Harmonies of #FF9D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D2F

Black with #FF9D2F

Text Example


Text Example

White with #FF9D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D2F; }

 p { color: rgb(255,157,47); }

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

background-color css

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

 a { background-color: rgb(255,157,47); }

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

border-color css

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

 span { border-color: rgb(255,157,47); }

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