Html Css Color HEX #FDF134 Gorse

📋 copy color: '#FDF134'

red 253 ◦ green 241 ◦ blue 52

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

Shades of Gorse #FDF134

Tints of Gorse #FDF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.52%

R = 46.34%
G = 44.14%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDF134 (or 0xFDF134) is known color: Gorse. HEX triplet: FD, F1 and 34. RGB value is (253,241,52). Sum of RGB (Red+Green+Blue) = 253+241+52=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 52 (20.70% from 255 or 9.52% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF134 is #020ECB. Grayscale: #DFDFDF. Windows color (decimal): -134860 or 3469821. OLE color: 3469821.

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

Color convert

RGB 253 241 52 -
CMYK 0 0.05 0.79 0.01
HSL 56.42º 0.98% 0.6% -
HSV(B) 56.42º 0.79% 0.99% -
XYZ 72.58 84.04 15.64 -
YUV 223.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 253 241 52 0 0.05 0.79 0.01 56.42 0.98 0.6
Hex FD F1 34 0 5 4F 1 38 62 3C
Octal 375 361 64 0 5 117 1 70 142 74
Binary 11111101 11110001 110100 0 101 1001111 1 111000 1100010 111100

Color Harmonies of #FDF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF134

Black with #FDF134

Text Example


Text Example

White with #FDF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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