Html Css Color HEX #F6CB2A Golden Dream

📋 copy color: '#F6CB2A'

red 246 ◦ green 203 ◦ blue 42

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

Shades of Golden Dream #F6CB2A

Tints of Golden Dream #F6CB2A

RGB

 RED value IS 246 (96.48% from 255) = 50.1%

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

 BLUE value IS 42 (16.8% from 255) = 8.55%

R = 50.1%
G = 41.34%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6CB2A (or 0xF6CB2A) is known color: Golden Dream. HEX triplet: F6, CB and 2A. RGB value is (246,203,42). Sum of RGB (Red+Green+Blue) = 246+203+42=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CB2A is #0934D5. Grayscale: #C6C6C6. Windows color (decimal): -603350 or 2804726. OLE color: 2804726.

HSL color Cylindrical-coordinate representation of color #F6CB2A: hue angle of 47.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6CB2A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 42 -
CMYK 0 0.17 0.83 0.04
HSL 47.35º 0.92% 0.56% -
HSV(B) 47.35º 0.83% 0.96% -
XYZ 59.78 62.47 11.1 -
YUV 197.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 246 203 42 0 0.17 0.83 0.04 47.35 0.92 0.56
Hex F6 CB 2A 0 11 53 4 2F 5C 38
Octal 366 313 52 0 21 123 4 57 134 70
Binary 11110110 11001011 101010 0 10001 1010011 100 101111 1011100 111000

Color Harmonies of #F6CB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB2A

Black with #F6CB2A

Text Example


Text Example

White with #F6CB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB2A; }

 p { color: rgb(246,203,42); }

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

background-color css

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

 a { background-color: rgb(246,203,42); }

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

border-color css

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

 span { border-color: rgb(246,203,42); }

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