Html Css Color HEX #FDDA2F Gorse

📋 copy color: '#FDDA2F'

red 253 ◦ green 218 ◦ blue 47

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

Shades of Gorse #FDDA2F

Tints of Gorse #FDDA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 47 (18.75% from 255) = 9.07%

R = 48.84%
G = 42.08%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDDA2F (or 0xFDDA2F) is known color: Gorse. HEX triplet: FD, DA and 2F. RGB value is (253,218,47). Sum of RGB (Red+Green+Blue) = 253+218+47=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA2F is #0225D0. Grayscale: #D1D1D1. Windows color (decimal): -140753 or 3136253. OLE color: 3136253.

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

Color convert

RGB 253 218 47 -
CMYK 0 0.14 0.81 0.01
HSL 49.81º 0.98% 0.59% -
HSV(B) 49.81º 0.81% 0.99% -
XYZ 66.09 71.23 12.95 -
YUV 208.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 253 218 47 0 0.14 0.81 0.01 49.81 0.98 0.59
Hex FD DA 2F 0 E 51 1 32 62 3B
Octal 375 332 57 0 16 121 1 62 142 73
Binary 11111101 11011010 101111 0 1110 1010001 1 110010 1100010 111011

Color Harmonies of #FDDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA2F

Black with #FDDA2F

Text Example


Text Example

White with #FDDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA2F; }

 p { color: rgb(253,218,47); }

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

background-color css

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

 a { background-color: rgb(253,218,47); }

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

border-color css

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

 span { border-color: rgb(253,218,47); }

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