Html Css Color HEX #FF640B Safety Orange

📋 copy color: '#FF640B'

red 255 ◦ green 100 ◦ blue 11

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

Shades of Safety Orange #FF640B

Tints of Safety Orange #FF640B

RGB

 RED value IS 255 (100% from 255) = 69.67%

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

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

R = 69.67%
G = 27.32%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF640B (or 0xFF640B) is known color: Safety Orange. HEX triplet: FF, 64 and 0B. RGB value is (255,100,11). Sum of RGB (Red+Green+Blue) = 255+100+11=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF640B is #009BF4. Grayscale: #888888. Windows color (decimal): -39925 or 746751. OLE color: 746751.

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

Color convert

RGB 255 100 11 -
CMYK 0 0.61 0.96 0
HSL 21.89º 1% 0.52% -
HSV(B) 21.89º 0.96% 1% -
XYZ 45.86 30.4 3.77 -
YUV 136.2 57.35 212.74 -
System Red Green Blue C M Y K H S L
Decimal 255 100 11 0 0.61 0.96 0 21.89 1 0.52
Hex FF 64 B 0 3D 60 0 16 64 34
Octal 377 144 13 0 75 140 0 26 144 64
Binary 11111111 1100100 1011 0 111101 1100000 0 10110 1100100 110100

Color Harmonies of #FF640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF640B

Black with #FF640B

Text Example


Text Example

White with #FF640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF640B; }

 p { color: rgb(255,100,11); }

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

background-color css

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

 a { background-color: rgb(255,100,11); }

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

border-color css

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

 span { border-color: rgb(255,100,11); }

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