Html Css Color HEX #FC970E Orange Peel

📋 copy color: '#FC970E'

red 252 ◦ green 151 ◦ blue 14

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

Shades of Orange Peel #FC970E

Tints of Orange Peel #FC970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 60.43%
G = 36.21%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC970E (or 0xFC970E) is known color: Orange Peel. HEX triplet: FC, 97 and 0E. RGB value is (252,151,14). Sum of RGB (Red+Green+Blue) = 252+151+14=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC970E is #0368F1. Grayscale: #A6A6A6. Windows color (decimal): -223474 or 956412. OLE color: 956412.

HSL color Cylindrical-coordinate representation of color #FC970E: hue angle of 34.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC970E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 151 14 -
CMYK 0 0.40 0.94 0.01
HSL 34.54º 0.98% 0.52% -
HSV(B) 34.54º 0.94% 0.99% -
XYZ 51.29 42.86 5.99 -
YUV 165.58 42.46 189.64 -
System Red Green Blue C M Y K H S L
Decimal 252 151 14 0 0.40 0.94 0.01 34.54 0.98 0.52
Hex FC 97 E 0 28 5E 1 23 62 34
Octal 374 227 16 0 50 136 1 43 142 64
Binary 11111100 10010111 1110 0 101000 1011110 1 100011 1100010 110100

Color Harmonies of #FC970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC970E

Black with #FC970E

Text Example


Text Example

White with #FC970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC970E; }

 p { color: rgb(252,151,14); }

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

background-color css

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

 a { background-color: rgb(252,151,14); }

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

border-color css

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

 span { border-color: rgb(252,151,14); }

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