Html Css Color HEX #F3660C Safety Orange

📋 copy color: '#F3660C'

red 243 ◦ green 102 ◦ blue 12

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

Shades of Safety Orange #F3660C

Tints of Safety Orange #F3660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 68.07%
G = 28.57%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3660C (or 0xF3660C) is known color: Safety Orange. HEX triplet: F3, 66 and 0C. RGB value is (243,102,12). Sum of RGB (Red+Green+Blue) = 243+102+12=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F3660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3660C is #0C99F3. Grayscale: #868686. Windows color (decimal): -825844 or 812787. OLE color: 812787.

HSL color Cylindrical-coordinate representation of color #F3660C: hue angle of 23.38º 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 #F3660C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 102 12 -
CMYK 0 0.58 0.95 0.05
HSL 23.38º 0.91% 0.5% -
HSV(B) 23.38º 0.95% 0.95% -
XYZ 41.78 28.58 3.66 -
YUV 133.9 59.21 205.82 -
System Red Green Blue C M Y K H S L
Decimal 243 102 12 0 0.58 0.95 0.05 23.38 0.91 0.5
Hex F3 66 C 0 3A 5F 5 17 5B 32
Octal 363 146 14 0 72 137 5 27 133 62
Binary 11110011 1100110 1100 0 111010 1011111 101 10111 1011011 110010

Color Harmonies of #F3660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3660C

Black with #F3660C

Text Example


Text Example

White with #F3660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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