Html Css Color HEX #FDF129 Gorse

📋 copy color: '#FDF129'

red 253 ◦ green 241 ◦ blue 41

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

Shades of Gorse #FDF129

Tints of Gorse #FDF129

RGB

 RED value IS 253 (99.22% from 255) = 47.29%

 GREEN value IS 241 (94.53% from 255) = 45.05%

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

R = 47.29%
G = 45.05%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDF129 (or 0xFDF129) is known color: Gorse. HEX triplet: FD, F1 and 29. RGB value is (253,241,41). Sum of RGB (Red+Green+Blue) = 253+241+41=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 41 (16.41% from 255 or 7.66% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF129 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF129 is #020ED6. Grayscale: #DEDEDE. Windows color (decimal): -134871 or 2748925. OLE color: 2748925.

HSL color Cylindrical-coordinate representation of color #FDF129: hue angle of 56.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDF129 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 41 -
CMYK 0 0.05 0.84 0.01
HSL 56.6º 0.98% 0.58% -
HSV(B) 56.6º 0.84% 0.99% -
XYZ 72.36 83.95 14.49 -
YUV 221.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 253 241 41 0 0.05 0.84 0.01 56.6 0.98 0.58
Hex FD F1 29 0 5 54 1 39 62 3A
Octal 375 361 51 0 5 124 1 71 142 72
Binary 11111101 11110001 101001 0 101 1010100 1 111001 1100010 111010

Color Harmonies of #FDF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF129

Black with #FDF129

Text Example


Text Example

White with #FDF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF129; }

 p { color: rgb(253,241,41); }

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

background-color css

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

 a { background-color: rgb(253,241,41); }

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

border-color css

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

 span { border-color: rgb(253,241,41); }

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