Html Css Color HEX #FF8A25 Neon Carrot

📋 copy color: '#FF8A25'

red 255 ◦ green 138 ◦ blue 37

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

Shades of Neon Carrot #FF8A25

Tints of Neon Carrot #FF8A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 59.3%
G = 32.09%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8A25 (or 0xFF8A25) is known color: Neon Carrot. HEX triplet: FF, 8A and 25. RGB value is (255,138,37). Sum of RGB (Red+Green+Blue) = 255+138+37=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A25 is #0075DA. Grayscale: #A1A1A1. Windows color (decimal): -30171 or 2460415. OLE color: 2460415.

HSL color Cylindrical-coordinate representation of color #FF8A25: hue angle of 27.8º 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 #FF8A25 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 37 -
CMYK 0 0.46 0.85 0
HSL 27.8º 1% 0.57% -
HSV(B) 27.8º 0.85% 1% -
XYZ 50.66 39.57 6.72 -
YUV 161.47 57.76 194.71 -
System Red Green Blue C M Y K H S L
Decimal 255 138 37 0 0.46 0.85 0 27.8 1 0.57
Hex FF 8A 25 0 2E 55 0 1C 64 39
Octal 377 212 45 0 56 125 0 34 144 71
Binary 11111111 10001010 100101 0 101110 1010101 0 11100 1100100 111001

Color Harmonies of #FF8A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A25

Black with #FF8A25

Text Example


Text Example

White with #FF8A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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