Html Css Color HEX #FDF132 Gorse

📋 copy color: '#FDF132'

red 253 ◦ green 241 ◦ blue 50

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

Shades of Gorse #FDF132

Tints of Gorse #FDF132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.19%

R = 46.51%
G = 44.3%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF132 (or 0xFDF132) is known color: Gorse. HEX triplet: FD, F1 and 32. RGB value is (253,241,50). Sum of RGB (Red+Green+Blue) = 253+241+50=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 50 (19.92% from 255 or 9.19% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF132 is #020ECD. Grayscale: #DFDFDF. Windows color (decimal): -134862 or 3338749. OLE color: 3338749.

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

Color convert

RGB 253 241 50 -
CMYK 0 0.05 0.80 0.01
HSL 56.45º 0.98% 0.59% -
HSV(B) 56.45º 0.8% 0.99% -
XYZ 72.54 84.02 15.41 -
YUV 222.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 253 241 50 0 0.05 0.80 0.01 56.45 0.98 0.59
Hex FD F1 32 0 5 50 1 38 62 3B
Octal 375 361 62 0 5 120 1 70 142 73
Binary 11111101 11110001 110010 0 101 1010000 1 111000 1100010 111011

Color Harmonies of #FDF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF132

Black with #FDF132

Text Example


Text Example

White with #FDF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF132; }

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

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

background-color css

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

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

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

border-color css

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

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

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