Html Css Color HEX #FD650E Safety Orange

📋 copy color: '#FD650E'

red 253 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #FD650E

Tints of Safety Orange #FD650E

RGB

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

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

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

R = 68.75%
G = 27.45%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD650E (or 0xFD650E) is known color: Safety Orange. HEX triplet: FD, 65 and 0E. RGB value is (253,101,14). Sum of RGB (Red+Green+Blue) = 253+101+14=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD650E is #029AF1. Grayscale: #898989. Windows color (decimal): -170738 or 943613. OLE color: 943613.

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

Color convert

RGB 253 101 14 -
CMYK 0 0.60 0.94 0.01
HSL 21.84º 0.98% 0.52% -
HSV(B) 21.84º 0.94% 0.99% -
XYZ 45.24 30.22 3.86 -
YUV 136.53 58.86 211.07 -
System Red Green Blue C M Y K H S L
Decimal 253 101 14 0 0.60 0.94 0.01 21.84 0.98 0.52
Hex FD 65 E 0 3C 5E 1 16 62 34
Octal 375 145 16 0 74 136 1 26 142 64
Binary 11111101 1100101 1110 0 111100 1011110 1 10110 1100010 110100

Color Harmonies of #FD650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD650E

Black with #FD650E

Text Example


Text Example

White with #FD650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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