Html Css Color HEX #FF6D02 Safety Orange

📋 copy color: '#FF6D02'

red 255 ◦ green 109 ◦ blue 2

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

Shades of Safety Orange #FF6D02

Tints of Safety Orange #FF6D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 69.67%
G = 29.78%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF6D02 (or 0xFF6D02) is known color: Safety Orange. HEX triplet: FF, 6D and 02. RGB value is (255,109,2). Sum of RGB (Red+Green+Blue) = 255+109+2=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D02 is #0092FD. Grayscale: #8D8D8D. Windows color (decimal): -37630 or 159231. OLE color: 159231.

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

Color convert

RGB 255 109 2 -
CMYK 0 0.57 0.99 0
HSL 25.38º 1% 0.5% -
HSV(B) 25.38º 0.99% 1% -
XYZ 46.72 32.2 3.81 -
YUV 140.46 49.87 209.7 -
System Red Green Blue C M Y K H S L
Decimal 255 109 2 0 0.57 0.99 0 25.38 1 0.5
Hex FF 6D 2 0 39 63 0 19 64 32
Octal 377 155 2 0 71 143 0 31 144 62
Binary 11111111 1101101 10 0 111001 1100011 0 11001 1100100 110010

Color Harmonies of #FF6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D02

Black with #FF6D02

Text Example


Text Example

White with #FF6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D02; }

 p { color: rgb(255,109,2); }

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

background-color css

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

 a { background-color: rgb(255,109,2); }

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

border-color css

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

 span { border-color: rgb(255,109,2); }

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