Html Css Color HEX #F1CE2B Golden Dream

📋 copy color: '#F1CE2B'

red 241 ◦ green 206 ◦ blue 43

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

Shades of Golden Dream #F1CE2B

Tints of Golden Dream #F1CE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

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

R = 49.18%
G = 42.04%
B = 8.78%

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

#F1CE2B (or 0xF1CE2B) is known color: Golden Dream. HEX triplet: F1, CE and 2B. RGB value is (241,206,43). Sum of RGB (Red+Green+Blue) = 241+206+43=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE2B is #0E31D4. Grayscale: #C6C6C6. Windows color (decimal): -930261 or 2871025. OLE color: 2871025.

HSL color Cylindrical-coordinate representation of color #F1CE2B: hue angle of 49.39º 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 #F1CE2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 206 43 -
CMYK 0 0.15 0.82 0.05
HSL 49.39º 0.88% 0.56% -
HSV(B) 49.39º 0.82% 0.95% -
XYZ 58.78 63.02 11.35 -
YUV 197.88 40.6 158.75 -
System Red Green Blue C M Y K H S L
Decimal 241 206 43 0 0.15 0.82 0.05 49.39 0.88 0.56
Hex F1 CE 2B 0 F 52 5 31 58 38
Octal 361 316 53 0 17 122 5 61 130 70
Binary 11110001 11001110 101011 0 1111 1010010 101 110001 1011000 111000

Color Harmonies of #F1CE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE2B

Black with #F1CE2B

Text Example


Text Example

White with #F1CE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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