Html Css Color HEX #FD600C Safety Orange

📋 copy color: '#FD600C'

red 253 ◦ green 96 ◦ blue 12

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

Shades of Safety Orange #FD600C

Tints of Safety Orange #FD600C

RGB

 RED value IS 253 (99.22% from 255) = 70.08%

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 70.08%
G = 26.59%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD600C (or 0xFD600C) is known color: Safety Orange. HEX triplet: FD, 60 and 0C. RGB value is (253,96,12). Sum of RGB (Red+Green+Blue) = 253+96+12=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD600C is #029FF3. Grayscale: #858585. Windows color (decimal): -172020 or 811261. OLE color: 811261.

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

Color convert

RGB 253 96 12 -
CMYK 0 0.62 0.95 0.01
HSL 20.91º 0.98% 0.52% -
HSV(B) 20.91º 0.95% 0.99% -
XYZ 44.76 29.27 3.64 -
YUV 133.37 59.51 213.33 -
System Red Green Blue C M Y K H S L
Decimal 253 96 12 0 0.62 0.95 0.01 20.91 0.98 0.52
Hex FD 60 C 0 3E 5F 1 15 62 34
Octal 375 140 14 0 76 137 1 25 142 64
Binary 11111101 1100000 1100 0 111110 1011111 1 10101 1100010 110100

Color Harmonies of #FD600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD600C

Black with #FD600C

Text Example


Text Example

White with #FD600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD600C; }

 p { color: rgb(253,96,12); }

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

background-color css

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

 a { background-color: rgb(253,96,12); }

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

border-color css

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

 span { border-color: rgb(253,96,12); }

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