Html Css Color HEX #F7CB64 Golden Sand

📋 copy color: '#F7CB64'

red 247 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #F7CB64

Tints of Golden Sand #F7CB64

RGB

 RED value IS 247 (96.88% from 255) = 44.91%

 GREEN value IS 203 (79.69% from 255) = 36.91%

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

R = 44.91%
G = 36.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7CB64 (or 0xF7CB64) is known color: Golden Sand. HEX triplet: F7, CB and 64. RGB value is (247,203,100). Sum of RGB (Red+Green+Blue) = 247+203+100=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB64 is #08349B. Grayscale: #CCCCCC. Windows color (decimal): -537756 or 6605815. OLE color: 6605815.

HSL color Cylindrical-coordinate representation of color #F7CB64: hue angle of 42.04º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7CB64 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 100 -
CMYK 0 0.18 0.60 0.03
HSL 42.04º 0.9% 0.68% -
HSV(B) 42.04º 0.6% 0.97% -
XYZ 62.01 63.41 21.03 -
YUV 204.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 247 203 100 0 0.18 0.60 0.03 42.04 0.9 0.68
Hex F7 CB 64 0 12 3C 3 2A 5A 44
Octal 367 313 144 0 22 74 3 52 132 104
Binary 11110111 11001011 1100100 0 10010 111100 11 101010 1011010 1000100

Color Harmonies of #F7CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB64

Black with #F7CB64

Text Example


Text Example

White with #F7CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB64; }

 p { color: rgb(247,203,100); }

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

background-color css

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

 a { background-color: rgb(247,203,100); }

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

border-color css

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

 span { border-color: rgb(247,203,100); }

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