Html Css Color HEX #FF6308 Safety Orange

📋 copy color: '#FF6308'

red 255 ◦ green 99 ◦ blue 8

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

Shades of Safety Orange #FF6308

Tints of Safety Orange #FF6308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.21%

R = 70.44%
G = 27.35%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF6308 (or 0xFF6308) is known color: Safety Orange. HEX triplet: FF, 63 and 08. RGB value is (255,99,8). Sum of RGB (Red+Green+Blue) = 255+99+8=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6308 is #009CF7. Grayscale: #878787. Windows color (decimal): -40184 or 549887. OLE color: 549887.

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

Color convert

RGB 255 99 8 -
CMYK 0 0.61 0.97 0
HSL 22.11º 1% 0.52% -
HSV(B) 22.11º 0.97% 1% -
XYZ 45.75 30.2 3.65 -
YUV 135.27 56.18 213.4 -
System Red Green Blue C M Y K H S L
Decimal 255 99 8 0 0.61 0.97 0 22.11 1 0.52
Hex FF 63 8 0 3D 61 0 16 64 34
Octal 377 143 10 0 75 141 0 26 144 64
Binary 11111111 1100011 1000 0 111101 1100001 0 10110 1100100 110100

Color Harmonies of #FF6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6308

Black with #FF6308

Text Example


Text Example

White with #FF6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6308; }

 p { color: rgb(255,99,8); }

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

background-color css

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

 a { background-color: rgb(255,99,8); }

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

border-color css

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

 span { border-color: rgb(255,99,8); }

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