Html Css Color HEX #FD650C Safety Orange

📋 copy color: '#FD650C'

red 253 ◦ green 101 ◦ blue 12

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

Shades of Safety Orange #FD650C

Tints of Safety Orange #FD650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 69.13%
G = 27.6%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD650C (or 0xFD650C) is known color: Safety Orange. HEX triplet: FD, 65 and 0C. RGB value is (253,101,12). Sum of RGB (Red+Green+Blue) = 253+101+12=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD650C is #029AF3. Grayscale: #888888. Windows color (decimal): -170740 or 812541. OLE color: 812541.

HSL color Cylindrical-coordinate representation of color #FD650C: hue angle of 22.16º 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 #FD650C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 12 -
CMYK 0 0.60 0.95 0.01
HSL 22.16º 0.98% 0.52% -
HSV(B) 22.16º 0.95% 0.99% -
XYZ 45.23 30.22 3.8 -
YUV 136.3 57.86 211.24 -
System Red Green Blue C M Y K H S L
Decimal 253 101 12 0 0.60 0.95 0.01 22.16 0.98 0.52
Hex FD 65 C 0 3C 5F 1 16 62 34
Octal 375 145 14 0 74 137 1 26 142 64
Binary 11111101 1100101 1100 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FD650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD650C

Black with #FD650C

Text Example


Text Example

White with #FD650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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