Html Css Color HEX #FB640D Safety Orange

📋 copy color: '#FB640D'

red 251 ◦ green 100 ◦ blue 13

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

Shades of Safety Orange #FB640D

Tints of Safety Orange #FB640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 68.96%
G = 27.47%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB640D (or 0xFB640D) is known color: Safety Orange. HEX triplet: FB, 64 and 0D. RGB value is (251,100,13). Sum of RGB (Red+Green+Blue) = 251+100+13=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB640D is #049BF2. Grayscale: #878787. Windows color (decimal): -302067 or 877819. OLE color: 877819.

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

Color convert

RGB 251 100 13 -
CMYK 0 0.60 0.95 0.02
HSL 21.93º 0.97% 0.52% -
HSV(B) 21.93º 0.95% 0.98% -
XYZ 44.41 29.65 3.76 -
YUV 135.23 59.03 210.57 -
System Red Green Blue C M Y K H S L
Decimal 251 100 13 0 0.60 0.95 0.02 21.93 0.97 0.52
Hex FB 64 D 0 3C 5F 2 16 61 34
Octal 373 144 15 0 74 137 2 26 141 64
Binary 11111011 1100100 1101 0 111100 1011111 10 10110 1100001 110100

Color Harmonies of #FB640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB640D

Black with #FB640D

Text Example


Text Example

White with #FB640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB640D; }

 p { color: rgb(251,100,13); }

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

background-color css

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

 a { background-color: rgb(251,100,13); }

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

border-color css

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

 span { border-color: rgb(251,100,13); }

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