Html Css Color HEX #FD630A Safety Orange

📋 copy color: '#FD630A'

red 253 ◦ green 99 ◦ blue 10

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

Shades of Safety Orange #FD630A

Tints of Safety Orange #FD630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 69.89%
G = 27.35%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD630A (or 0xFD630A) is known color: Safety Orange. HEX triplet: FD, 63 and 0A. RGB value is (253,99,10). Sum of RGB (Red+Green+Blue) = 253+99+10=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD630A is #029CF5. Grayscale: #878787. Windows color (decimal): -171254 or 680957. OLE color: 680957.

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

Color convert

RGB 253 99 10 -
CMYK 0 0.61 0.96 0.01
HSL 21.98º 0.98% 0.52% -
HSV(B) 21.98º 0.96% 0.99% -
XYZ 45.02 29.83 3.67 -
YUV 134.9 57.52 212.24 -
System Red Green Blue C M Y K H S L
Decimal 253 99 10 0 0.61 0.96 0.01 21.98 0.98 0.52
Hex FD 63 A 0 3D 60 1 16 62 34
Octal 375 143 12 0 75 140 1 26 142 64
Binary 11111101 1100011 1010 0 111101 1100000 1 10110 1100010 110100

Color Harmonies of #FD630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD630A

Black with #FD630A

Text Example


Text Example

White with #FD630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD630A; }

 p { color: rgb(253,99,10); }

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

background-color css

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

 a { background-color: rgb(253,99,10); }

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

border-color css

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

 span { border-color: rgb(253,99,10); }

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