Html Css Color HEX #FC8D25 Carrot Orange

📋 copy color: '#FC8D25'

red 252 ◦ green 141 ◦ blue 37

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

Shades of Carrot Orange #FC8D25

Tints of Carrot Orange #FC8D25

RGB

 RED value IS 252 (98.83% from 255) = 58.6%

 GREEN value IS 141 (55.47% from 255) = 32.79%

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

R = 58.6%
G = 32.79%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC8D25 (or 0xFC8D25) is known color: Carrot Orange. HEX triplet: FC, 8D and 25. RGB value is (252,141,37). Sum of RGB (Red+Green+Blue) = 252+141+37=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D25 is #0372DA. Grayscale: #A2A2A2. Windows color (decimal): -226011 or 2461180. OLE color: 2461180.

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

Color convert

RGB 252 141 37 -
CMYK 0 0.44 0.85 0.01
HSL 29.02º 0.97% 0.57% -
HSV(B) 29.02º 0.85% 0.99% -
XYZ 50 39.88 6.81 -
YUV 162.33 57.27 191.96 -
System Red Green Blue C M Y K H S L
Decimal 252 141 37 0 0.44 0.85 0.01 29.02 0.97 0.57
Hex FC 8D 25 0 2C 55 1 1D 61 39
Octal 374 215 45 0 54 125 1 35 141 71
Binary 11111100 10001101 100101 0 101100 1010101 1 11101 1100001 111001

Color Harmonies of #FC8D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D25

Black with #FC8D25

Text Example


Text Example

White with #FC8D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D25; }

 p { color: rgb(252,141,37); }

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

background-color css

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

 a { background-color: rgb(252,141,37); }

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

border-color css

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

 span { border-color: rgb(252,141,37); }

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