Html Css Color HEX #F2CA64 Golden Sand

📋 copy color: '#F2CA64'

red 242 ◦ green 202 ◦ blue 100

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

Shades of Golden Sand #F2CA64

Tints of Golden Sand #F2CA64

RGB

 RED value IS 242 (94.92% from 255) = 44.49%

 GREEN value IS 202 (79.3% from 255) = 37.13%

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 44.49%
G = 37.13%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2CA64 (or 0xF2CA64) is known color: Golden Sand. HEX triplet: F2, CA and 64. RGB value is (242,202,100). Sum of RGB (Red+Green+Blue) = 242+202+100=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA64 is #0D359B. Grayscale: #CACACA. Windows color (decimal): -865692 or 6605554. OLE color: 6605554.

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

Color convert

RGB 242 202 100 -
CMYK 0 0.17 0.59 0.05
HSL 43.1º 0.85% 0.67% -
HSV(B) 43.1º 0.59% 0.95% -
XYZ 60.04 62.04 20.87 -
YUV 202.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 242 202 100 0 0.17 0.59 0.05 43.1 0.85 0.67
Hex F2 CA 64 0 11 3B 5 2B 55 43
Octal 362 312 144 0 21 73 5 53 125 103
Binary 11110010 11001010 1100100 0 10001 111011 101 101011 1010101 1000011

Color Harmonies of #F2CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA64

Black with #F2CA64

Text Example


Text Example

White with #F2CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA64; }

 p { color: rgb(242,202,100); }

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

background-color css

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

 a { background-color: rgb(242,202,100); }

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

border-color css

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

 span { border-color: rgb(242,202,100); }

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