Html Css Color HEX #F1CC2B Golden Dream

📋 copy color: '#F1CC2B'

red 241 ◦ green 204 ◦ blue 43

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

Shades of Golden Dream #F1CC2B

Tints of Golden Dream #F1CC2B

RGB

 RED value IS 241 (94.53% from 255) = 49.39%

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 43 (17.19% from 255) = 8.81%

R = 49.39%
G = 41.8%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1CC2B (or 0xF1CC2B) is known color: Golden Dream. HEX triplet: F1, CC and 2B. RGB value is (241,204,43). Sum of RGB (Red+Green+Blue) = 241+204+43=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC2B is #0E33D4. Grayscale: #C5C5C5. Windows color (decimal): -930773 or 2870513. OLE color: 2870513.

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

Color convert

RGB 241 204 43 -
CMYK 0 0.15 0.82 0.05
HSL 48.79º 0.88% 0.56% -
HSV(B) 48.79º 0.82% 0.95% -
XYZ 58.3 62.06 11.19 -
YUV 196.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 241 204 43 0 0.15 0.82 0.05 48.79 0.88 0.56
Hex F1 CC 2B 0 F 52 5 31 58 38
Octal 361 314 53 0 17 122 5 61 130 70
Binary 11110001 11001100 101011 0 1111 1010010 101 110001 1011000 111000

Color Harmonies of #F1CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC2B

Black with #F1CC2B

Text Example


Text Example

White with #F1CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC2B; }

 p { color: rgb(241,204,43); }

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

background-color css

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

 a { background-color: rgb(241,204,43); }

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

border-color css

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

 span { border-color: rgb(241,204,43); }

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