Html Css Color HEX #F3CE70 Golden Sand

📋 copy color: '#F3CE70'

red 243 ◦ green 206 ◦ blue 112

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

Shades of Golden Sand #F3CE70

Tints of Golden Sand #F3CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.72%

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 43.32%
G = 36.72%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3CE70 (or 0xF3CE70) is known color: Golden Sand. HEX triplet: F3, CE and 70. RGB value is (243,206,112). Sum of RGB (Red+Green+Blue) = 243+206+112=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CE70 is #0C318F. Grayscale: #CECECE. Windows color (decimal): -799120 or 7393011. OLE color: 7393011.

HSL color Cylindrical-coordinate representation of color #F3CE70: hue angle of 43.05º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3CE70 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 206 112 -
CMYK 0 0.15 0.54 0.05
HSL 43.05º 0.85% 0.7% -
HSV(B) 43.05º 0.54% 0.95% -
XYZ 61.96 64.37 24.49 -
YUV 206.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 243 206 112 0 0.15 0.54 0.05 43.05 0.85 0.7
Hex F3 CE 70 0 F 36 5 2B 55 46
Octal 363 316 160 0 17 66 5 53 125 106
Binary 11110011 11001110 1110000 0 1111 110110 101 101011 1010101 1000110

Color Harmonies of #F3CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CE70

Black with #F3CE70

Text Example


Text Example

White with #F3CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CE70; }

 p { color: rgb(243,206,112); }

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

background-color css

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

 a { background-color: rgb(243,206,112); }

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

border-color css

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

 span { border-color: rgb(243,206,112); }

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