Html Css Color HEX #F1CA27 Golden Dream

📋 copy color: '#F1CA27'

red 241 ◦ green 202 ◦ blue 39

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

Shades of Golden Dream #F1CA27

Tints of Golden Dream #F1CA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.09%

R = 50%
G = 41.91%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F1CA27 (or 0xF1CA27) is known color: Golden Dream. HEX triplet: F1, CA and 27. RGB value is (241,202,39). Sum of RGB (Red+Green+Blue) = 241+202+39=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CA27 is #0E35D8. Grayscale: #C3C3C3. Windows color (decimal): -931289 or 2607857. OLE color: 2607857.

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

Color convert

RGB 241 202 39 -
CMYK 0 0.16 0.84 0.05
HSL 48.42º 0.88% 0.55% -
HSV(B) 48.42º 0.84% 0.95% -
XYZ 57.76 61.09 10.67 -
YUV 195.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 241 202 39 0 0.16 0.84 0.05 48.42 0.88 0.55
Hex F1 CA 27 0 10 54 5 30 58 37
Octal 361 312 47 0 20 124 5 60 130 67
Binary 11110001 11001010 100111 0 10000 1010100 101 110000 1011000 110111

Color Harmonies of #F1CA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA27

Black with #F1CA27

Text Example


Text Example

White with #F1CA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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