Html Css Color HEX #FF9425 Neon Carrot

📋 copy color: '#FF9425'

red 255 ◦ green 148 ◦ blue 37

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

Shades of Neon Carrot #FF9425

Tints of Neon Carrot #FF9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 57.95%
G = 33.64%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF9425 (or 0xFF9425) is known color: Neon Carrot. HEX triplet: FF, 94 and 25. RGB value is (255,148,37). Sum of RGB (Red+Green+Blue) = 255+148+37=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9425 is #006BDA. Grayscale: #A7A7A7. Windows color (decimal): -27611 or 2462975. OLE color: 2462975.

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

Color convert

RGB 255 148 37 -
CMYK 0 0.42 0.85 0
HSL 30.55º 1% 0.57% -
HSV(B) 30.55º 0.85% 1% -
XYZ 52.16 42.57 7.22 -
YUV 167.34 54.45 190.53 -
System Red Green Blue C M Y K H S L
Decimal 255 148 37 0 0.42 0.85 0 30.55 1 0.57
Hex FF 94 25 0 2A 55 0 1F 64 39
Octal 377 224 45 0 52 125 0 37 144 71
Binary 11111111 10010100 100101 0 101010 1010101 0 11111 1100100 111001

Color Harmonies of #FF9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9425

Black with #FF9425

Text Example


Text Example

White with #FF9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9425; }

 p { color: rgb(255,148,37); }

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

background-color css

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

 a { background-color: rgb(255,148,37); }

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

border-color css

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

 span { border-color: rgb(255,148,37); }

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