Html Css Color HEX #FDF133 Gorse

📋 copy color: '#FDF133'

red 253 ◦ green 241 ◦ blue 51

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

Shades of Gorse #FDF133

Tints of Gorse #FDF133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.36%

R = 46.42%
G = 44.22%
B = 9.36%

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

#FDF133 (or 0xFDF133) is known color: Gorse. HEX triplet: FD, F1 and 33. RGB value is (253,241,51). Sum of RGB (Red+Green+Blue) = 253+241+51=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 51 (20.31% from 255 or 9.36% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF133 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF133 is #020ECC. Grayscale: #DFDFDF. Windows color (decimal): -134861 or 3404285. OLE color: 3404285.

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

Color convert

RGB 253 241 51 -
CMYK 0 0.05 0.80 0.01
HSL 56.44º 0.98% 0.6% -
HSV(B) 56.44º 0.8% 0.99% -
XYZ 72.56 84.03 15.53 -
YUV 222.93 30.98 149.45 -
System Red Green Blue C M Y K H S L
Decimal 253 241 51 0 0.05 0.80 0.01 56.44 0.98 0.6
Hex FD F1 33 0 5 50 1 38 62 3C
Octal 375 361 63 0 5 120 1 70 142 74
Binary 11111101 11110001 110011 0 101 1010000 1 111000 1100010 111100

Color Harmonies of #FDF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF133

Black with #FDF133

Text Example


Text Example

White with #FDF133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF133; }

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

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

background-color css

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

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

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

border-color css

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

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

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