Html Css Color HEX #F7630C Safety Orange

📋 copy color: '#F7630C'

red 247 ◦ green 99 ◦ blue 12

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

Shades of Safety Orange #F7630C

Tints of Safety Orange #F7630C

RGB

 RED value IS 247 (96.88% from 255) = 68.99%

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

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

R = 68.99%
G = 27.65%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7630C (or 0xF7630C) is known color: Safety Orange. HEX triplet: F7, 63 and 0C. RGB value is (247,99,12). Sum of RGB (Red+Green+Blue) = 247+99+12=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7630C is #089CF3. Grayscale: #858585. Windows color (decimal): -564468 or 812023. OLE color: 812023.

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

Color convert

RGB 247 99 12 -
CMYK 0 0.60 0.95 0.03
HSL 22.21º 0.94% 0.51% -
HSV(B) 22.21º 0.95% 0.97% -
XYZ 42.89 28.72 3.63 -
YUV 133.33 59.53 209.07 -
System Red Green Blue C M Y K H S L
Decimal 247 99 12 0 0.60 0.95 0.03 22.21 0.94 0.51
Hex F7 63 C 0 3C 5F 3 16 5E 33
Octal 367 143 14 0 74 137 3 26 136 63
Binary 11110111 1100011 1100 0 111100 1011111 11 10110 1011110 110011

Color Harmonies of #F7630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7630C

Black with #F7630C

Text Example


Text Example

White with #F7630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7630C; }

 p { color: rgb(247,99,12); }

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

background-color css

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

 a { background-color: rgb(247,99,12); }

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

border-color css

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

 span { border-color: rgb(247,99,12); }

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