Html Css Color HEX #F6630D Safety Orange

📋 copy color: '#F6630D'

red 246 ◦ green 99 ◦ blue 13

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

Shades of Safety Orange #F6630D

Tints of Safety Orange #F6630D

RGB

 RED value IS 246 (96.48% from 255) = 68.72%

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

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

R = 68.72%
G = 27.65%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6630D (or 0xF6630D) is known color: Safety Orange. HEX triplet: F6, 63 and 0D. RGB value is (246,99,13). Sum of RGB (Red+Green+Blue) = 246+99+13=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6630D is #099CF2. Grayscale: #858585. Windows color (decimal): -630003 or 877558. OLE color: 877558.

HSL color Cylindrical-coordinate representation of color #F6630D: hue angle of 22.15º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6630D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 99 13 -
CMYK 0 0.60 0.95 0.04
HSL 22.15º 0.93% 0.51% -
HSV(B) 22.15º 0.95% 0.96% -
XYZ 42.54 28.55 3.65 -
YUV 133.15 60.2 208.49 -
System Red Green Blue C M Y K H S L
Decimal 246 99 13 0 0.60 0.95 0.04 22.15 0.93 0.51
Hex F6 63 D 0 3C 5F 4 16 5D 33
Octal 366 143 15 0 74 137 4 26 135 63
Binary 11110110 1100011 1101 0 111100 1011111 100 10110 1011101 110011

Color Harmonies of #F6630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6630D

Black with #F6630D

Text Example


Text Example

White with #F6630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6630D; }

 p { color: rgb(246,99,13); }

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

background-color css

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

 a { background-color: rgb(246,99,13); }

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

border-color css

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

 span { border-color: rgb(246,99,13); }

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