Html Css Color HEX #FD650F Safety Orange

📋 copy color: '#FD650F'

red 253 ◦ green 101 ◦ blue 15

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

Shades of Safety Orange #FD650F

Tints of Safety Orange #FD650F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 68.56%
G = 27.37%
B = 4.07%

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

#FD650F (or 0xFD650F) is known color: Safety Orange. HEX triplet: FD, 65 and 0F. RGB value is (253,101,15). Sum of RGB (Red+Green+Blue) = 253+101+15=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD650F is #029AF0. Grayscale: #898989. Windows color (decimal): -170737 or 1009149. OLE color: 1009149.

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

Color convert

RGB 253 101 15 -
CMYK 0 0.60 0.94 0.01
HSL 21.68º 0.98% 0.53% -
HSV(B) 21.68º 0.94% 0.99% -
XYZ 45.25 30.22 3.9 -
YUV 136.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 253 101 15 0 0.60 0.94 0.01 21.68 0.98 0.53
Hex FD 65 F 0 3C 5E 1 16 62 35
Octal 375 145 17 0 74 136 1 26 142 65
Binary 11111101 1100101 1111 0 111100 1011110 1 10110 1100010 110101

Color Harmonies of #FD650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD650F

Black with #FD650F

Text Example


Text Example

White with #FD650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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