Html Css Color HEX #FDF334 Gorse

📋 copy color: '#FDF334'

red 253 ◦ green 243 ◦ blue 52

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

Shades of Gorse #FDF334

Tints of Gorse #FDF334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

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

R = 46.17%
G = 44.34%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDF334 (or 0xFDF334) is known color: Gorse. HEX triplet: FD, F3 and 34. RGB value is (253,243,52). Sum of RGB (Red+Green+Blue) = 253+243+52=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 52 (20.70% from 255 or 9.49% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF334 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF334 is #020CCB. Grayscale: #E0E0E0. Windows color (decimal): -134348 or 3470333. OLE color: 3470333.

HSL color Cylindrical-coordinate representation of color #FDF334: hue angle of 57.01º 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 #FDF334 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 52 -
CMYK 0 0.04 0.79 0.01
HSL 57.01º 0.98% 0.6% -
HSV(B) 57.01º 0.79% 0.99% -
XYZ 73.18 85.23 15.84 -
YUV 224.22 30.81 148.53 -
System Red Green Blue C M Y K H S L
Decimal 253 243 52 0 0.04 0.79 0.01 57.01 0.98 0.6
Hex FD F3 34 0 4 4F 1 39 62 3C
Octal 375 363 64 0 4 117 1 71 142 74
Binary 11111101 11110011 110100 0 100 1001111 1 111001 1100010 111100

Color Harmonies of #FDF334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF334

Black with #FDF334

Text Example


Text Example

White with #FDF334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF334; }

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

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

background-color css

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

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

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

border-color css

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

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

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