Html Css Color HEX #FC640A Safety Orange

📋 copy color: '#FC640A'

red 252 ◦ green 100 ◦ blue 10

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

Shades of Safety Orange #FC640A

Tints of Safety Orange #FC640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 69.61%
G = 27.62%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC640A (or 0xFC640A) is known color: Safety Orange. HEX triplet: FC, 64 and 0A. RGB value is (252,100,10). Sum of RGB (Red+Green+Blue) = 252+100+10=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC640A is #039BF5. Grayscale: #878787. Windows color (decimal): -236534 or 681212. OLE color: 681212.

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

Color convert

RGB 252 100 10 -
CMYK 0 0.60 0.96 0.01
HSL 22.31º 0.98% 0.51% -
HSV(B) 22.31º 0.96% 0.99% -
XYZ 44.76 29.83 3.69 -
YUV 135.19 57.36 211.32 -
System Red Green Blue C M Y K H S L
Decimal 252 100 10 0 0.60 0.96 0.01 22.31 0.98 0.51
Hex FC 64 A 0 3C 60 1 16 62 33
Octal 374 144 12 0 74 140 1 26 142 63
Binary 11111100 1100100 1010 0 111100 1100000 1 10110 1100010 110011

Color Harmonies of #FC640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC640A

Black with #FC640A

Text Example


Text Example

White with #FC640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC640A; }

 p { color: rgb(252,100,10); }

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

background-color css

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

 a { background-color: rgb(252,100,10); }

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

border-color css

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

 span { border-color: rgb(252,100,10); }

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