Html Css Color HEX #FB690C Safety Orange

📋 copy color: '#FB690C'

red 251 ◦ green 105 ◦ blue 12

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

Shades of Safety Orange #FB690C

Tints of Safety Orange #FB690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 68.21%
G = 28.53%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB690C (or 0xFB690C) is known color: Safety Orange. HEX triplet: FB, 69 and 0C. RGB value is (251,105,12). Sum of RGB (Red+Green+Blue) = 251+105+12=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB690C is #0496F3. Grayscale: #8A8A8A. Windows color (decimal): -300788 or 813563. OLE color: 813563.

HSL color Cylindrical-coordinate representation of color #FB690C: hue angle of 23.35º 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 #FB690C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 105 12 -
CMYK 0 0.58 0.95 0.02
HSL 23.35º 0.97% 0.52% -
HSV(B) 23.35º 0.95% 0.98% -
XYZ 44.9 30.64 3.9 -
YUV 138.05 56.87 208.56 -
System Red Green Blue C M Y K H S L
Decimal 251 105 12 0 0.58 0.95 0.02 23.35 0.97 0.52
Hex FB 69 C 0 3A 5F 2 17 61 34
Octal 373 151 14 0 72 137 2 27 141 64
Binary 11111011 1101001 1100 0 111010 1011111 10 10111 1100001 110100

Color Harmonies of #FB690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB690C

Black with #FB690C

Text Example


Text Example

White with #FB690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB690C; }

 p { color: rgb(251,105,12); }

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

background-color css

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

 a { background-color: rgb(251,105,12); }

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

border-color css

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

 span { border-color: rgb(251,105,12); }

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