Html Css Color HEX #FF9D30 Neon Carrot

📋 copy color: '#FF9D30'

red 255 ◦ green 157 ◦ blue 48

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

Shades of Neon Carrot #FF9D30

Tints of Neon Carrot #FF9D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 55.43%
G = 34.13%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF9D30 (or 0xFF9D30) is known color: Neon Carrot. HEX triplet: FF, 9D and 30. RGB value is (255,157,48). Sum of RGB (Red+Green+Blue) = 255+157+48=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D30 is #0062CF. Grayscale: #AEAEAE. Windows color (decimal): -25296 or 3186175. OLE color: 3186175.

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

Color convert

RGB 255 157 48 -
CMYK 0 0.38 0.81 0
HSL 31.59º 1% 0.59% -
HSV(B) 31.59º 0.81% 1% -
XYZ 53.83 45.59 8.76 -
YUV 173.88 56.97 185.86 -
System Red Green Blue C M Y K H S L
Decimal 255 157 48 0 0.38 0.81 0 31.59 1 0.59
Hex FF 9D 30 0 26 51 0 20 64 3B
Octal 377 235 60 0 46 121 0 40 144 73
Binary 11111111 10011101 110000 0 100110 1010001 0 100000 1100100 111011

Color Harmonies of #FF9D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D30

Black with #FF9D30

Text Example


Text Example

White with #FF9D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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