Html Css Color HEX #F9630C Safety Orange

📋 copy color: '#F9630C'

red 249 ◦ green 99 ◦ blue 12

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

Shades of Safety Orange #F9630C

Tints of Safety Orange #F9630C

RGB

 RED value IS 249 (97.66% from 255) = 69.17%

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

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

R = 69.17%
G = 27.5%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9630C (or 0xF9630C) is known color: Safety Orange. HEX triplet: F9, 63 and 0C. RGB value is (249,99,12). Sum of RGB (Red+Green+Blue) = 249+99+12=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9630C is #069CF3. Grayscale: #868686. Windows color (decimal): -433396 or 812025. OLE color: 812025.

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

Color convert

RGB 249 99 12 -
CMYK 0 0.60 0.95 0.02
HSL 22.03º 0.95% 0.51% -
HSV(B) 22.03º 0.95% 0.98% -
XYZ 43.6 29.09 3.67 -
YUV 133.93 59.2 210.07 -
System Red Green Blue C M Y K H S L
Decimal 249 99 12 0 0.60 0.95 0.02 22.03 0.95 0.51
Hex F9 63 C 0 3C 5F 2 16 5F 33
Octal 371 143 14 0 74 137 2 26 137 63
Binary 11111001 1100011 1100 0 111100 1011111 10 10110 1011111 110011

Color Harmonies of #F9630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9630C

Black with #F9630C

Text Example


Text Example

White with #F9630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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