Html Css Color HEX #F3630C Safety Orange

📋 copy color: '#F3630C'

red 243 ◦ green 99 ◦ blue 12

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

Shades of Safety Orange #F3630C

Tints of Safety Orange #F3630C

RGB

 RED value IS 243 (95.31% from 255) = 68.64%

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

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

R = 68.64%
G = 27.97%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3630C (or 0xF3630C) is known color: Safety Orange. HEX triplet: F3, 63 and 0C. RGB value is (243,99,12). Sum of RGB (Red+Green+Blue) = 243+99+12=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3630C is #0C9CF3. Grayscale: #848484. Windows color (decimal): -826612 or 812019. OLE color: 812019.

HSL color Cylindrical-coordinate representation of color #F3630C: hue angle of 22.6º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3630C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 99 12 -
CMYK 0 0.59 0.95 0.05
HSL 22.6º 0.91% 0.5% -
HSV(B) 22.6º 0.95% 0.95% -
XYZ 41.49 28 3.57 -
YUV 132.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 243 99 12 0 0.59 0.95 0.05 22.6 0.91 0.5
Hex F3 63 C 0 3B 5F 5 17 5B 32
Octal 363 143 14 0 73 137 5 27 133 62
Binary 11110011 1100011 1100 0 111011 1011111 101 10111 1011011 110010

Color Harmonies of #F3630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3630C

Black with #F3630C

Text Example


Text Example

White with #F3630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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