Html Css Color HEX #FDDF2F Gorse

📋 copy color: '#FDDF2F'

red 253 ◦ green 223 ◦ blue 47

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

Shades of Gorse #FDDF2F

Tints of Gorse #FDDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

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

R = 48.37%
G = 42.64%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDDF2F (or 0xFDDF2F) is known color: Gorse. HEX triplet: FD, DF and 2F. RGB value is (253,223,47). Sum of RGB (Red+Green+Blue) = 253+223+47=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF2F is #0220D0. Grayscale: #D4D4D4. Windows color (decimal): -139473 or 3137533. OLE color: 3137533.

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

Color convert

RGB 253 223 47 -
CMYK 0 0.12 0.81 0.01
HSL 51.26º 0.98% 0.59% -
HSV(B) 51.26º 0.81% 0.99% -
XYZ 67.41 73.86 13.39 -
YUV 211.91 34.94 157.31 -
System Red Green Blue C M Y K H S L
Decimal 253 223 47 0 0.12 0.81 0.01 51.26 0.98 0.59
Hex FD DF 2F 0 C 51 1 33 62 3B
Octal 375 337 57 0 14 121 1 63 142 73
Binary 11111101 11011111 101111 0 1100 1010001 1 110011 1100010 111011

Color Harmonies of #FDDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF2F

Black with #FDDF2F

Text Example


Text Example

White with #FDDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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