Html Css Color HEX #F1CA2E Golden Dream

📋 copy color: '#F1CA2E'

red 241 ◦ green 202 ◦ blue 46

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

Shades of Golden Dream #F1CA2E

Tints of Golden Dream #F1CA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.41%

R = 49.28%
G = 41.31%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1CA2E (or 0xF1CA2E) is known color: Golden Dream. HEX triplet: F1, CA and 2E. RGB value is (241,202,46). Sum of RGB (Red+Green+Blue) = 241+202+46=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CA2E is #0E35D1. Grayscale: #C4C4C4. Windows color (decimal): -931282 or 3066609. OLE color: 3066609.

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

Color convert

RGB 241 202 46 -
CMYK 0 0.16 0.81 0.05
HSL 48º 0.87% 0.56% -
HSV(B) 48º 0.81% 0.95% -
XYZ 57.89 61.14 11.33 -
YUV 195.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 241 202 46 0 0.16 0.81 0.05 48 0.87 0.56
Hex F1 CA 2E 0 10 51 5 30 57 38
Octal 361 312 56 0 20 121 5 60 127 70
Binary 11110001 11001010 101110 0 10000 1010001 101 110000 1010111 111000

Color Harmonies of #F1CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA2E

Black with #F1CA2E

Text Example


Text Example

White with #F1CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA2E; }

 p { color: rgb(241,202,46); }

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

background-color css

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

 a { background-color: rgb(241,202,46); }

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

border-color css

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

 span { border-color: rgb(241,202,46); }

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