Html Css Color HEX #FA630B Safety Orange

📋 copy color: '#FA630B'

red 250 ◦ green 99 ◦ blue 11

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

Shades of Safety Orange #FA630B

Tints of Safety Orange #FA630B

RGB

 RED value IS 250 (98.05% from 255) = 69.44%

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 69.44%
G = 27.5%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA630B (or 0xFA630B) is known color: Safety Orange. HEX triplet: FA, 63 and 0B. RGB value is (250,99,11). Sum of RGB (Red+Green+Blue) = 250+99+11=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA630B is #059CF4. Grayscale: #868686. Windows color (decimal): -367861 or 746490. OLE color: 746490.

HSL color Cylindrical-coordinate representation of color #FA630B: hue angle of 22.09º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA630B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 99 11 -
CMYK 0 0.60 0.96 0.02
HSL 22.09º 0.96% 0.51% -
HSV(B) 22.09º 0.96% 0.98% -
XYZ 43.95 29.27 3.65 -
YUV 134.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 250 99 11 0 0.60 0.96 0.02 22.09 0.96 0.51
Hex FA 63 B 0 3C 60 2 16 60 33
Octal 372 143 13 0 74 140 2 26 140 63
Binary 11111010 1100011 1011 0 111100 1100000 10 10110 1100000 110011

Color Harmonies of #FA630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA630B

Black with #FA630B

Text Example


Text Example

White with #FA630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA630B; }

 p { color: rgb(250,99,11); }

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

background-color css

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

 a { background-color: rgb(250,99,11); }

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

border-color css

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

 span { border-color: rgb(250,99,11); }

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