Html Css Color HEX #F0CB29 Golden Dream

📋 copy color: '#F0CB29'

red 240 ◦ green 203 ◦ blue 41

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

Shades of Golden Dream #F0CB29

Tints of Golden Dream #F0CB29

RGB

 RED value IS 240 (94.14% from 255) = 49.59%

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

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 49.59%
G = 41.94%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0CB29 (or 0xF0CB29) is known color: Golden Dream. HEX triplet: F0, CB and 29. RGB value is (240,203,41). Sum of RGB (Red+Green+Blue) = 240+203+41=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB29 is #0F34D6. Grayscale: #C4C4C4. Windows color (decimal): -996567 or 2739184. OLE color: 2739184.

HSL color Cylindrical-coordinate representation of color #F0CB29: hue angle of 48.84º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0CB29 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 41 -
CMYK 0 0.15 0.83 0.06
HSL 48.84º 0.87% 0.55% -
HSV(B) 48.84º 0.83% 0.94% -
XYZ 57.69 61.4 10.91 -
YUV 195.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 240 203 41 0 0.15 0.83 0.06 48.84 0.87 0.55
Hex F0 CB 29 0 F 53 6 31 57 37
Octal 360 313 51 0 17 123 6 61 127 67
Binary 11110000 11001011 101001 0 1111 1010011 110 110001 1010111 110111

Color Harmonies of #F0CB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB29

Black with #F0CB29

Text Example


Text Example

White with #F0CB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB29; }

 p { color: rgb(240,203,41); }

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

background-color css

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

 a { background-color: rgb(240,203,41); }

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

border-color css

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

 span { border-color: rgb(240,203,41); }

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