Html Css Color HEX #FB630B Safety Orange

📋 copy color: '#FB630B'

red 251 ◦ green 99 ◦ blue 11

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

Shades of Safety Orange #FB630B

Tints of Safety Orange #FB630B

RGB

 RED value IS 251 (98.44% from 255) = 69.53%

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

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

R = 69.53%
G = 27.42%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB630B (or 0xFB630B) is known color: Safety Orange. HEX triplet: FB, 63 and 0B. RGB value is (251,99,11). Sum of RGB (Red+Green+Blue) = 251+99+11=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB630B is #049CF4. Grayscale: #868686. Windows color (decimal): -302325 or 746491. OLE color: 746491.

HSL color Cylindrical-coordinate representation of color #FB630B: hue angle of 22º degrees, saturation: 0.97, 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 #FB630B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 99 11 -
CMYK 0 0.61 0.96 0.02
HSL 22º 0.97% 0.51% -
HSV(B) 22º 0.96% 0.98% -
XYZ 44.31 29.46 3.67 -
YUV 134.42 58.36 211.16 -
System Red Green Blue C M Y K H S L
Decimal 251 99 11 0 0.61 0.96 0.02 22 0.97 0.51
Hex FB 63 B 0 3D 60 2 16 61 33
Octal 373 143 13 0 75 140 2 26 141 63
Binary 11111011 1100011 1011 0 111101 1100000 10 10110 1100001 110011

Color Harmonies of #FB630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB630B

Black with #FB630B

Text Example


Text Example

White with #FB630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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