Html Css Color HEX #FDDF27 Gorse

📋 copy color: '#FDDF27'

red 253 ◦ green 223 ◦ blue 39

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

Shades of Gorse #FDDF27

Tints of Gorse #FDDF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.57%

R = 49.13%
G = 43.3%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDDF27 (or 0xFDDF27) is known color: Gorse. HEX triplet: FD, DF and 27. RGB value is (253,223,39). Sum of RGB (Red+Green+Blue) = 253+223+39=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 39 (15.62% from 255 or 7.57% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF27 is #0220D8. Grayscale: #D3D3D3. Windows color (decimal): -139481 or 2613245. OLE color: 2613245.

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

Color convert

RGB 253 223 39 -
CMYK 0 0.12 0.85 0.01
HSL 51.59º 0.98% 0.57% -
HSV(B) 51.59º 0.85% 0.99% -
XYZ 67.26 73.8 12.62 -
YUV 210.99 30.94 157.96 -
System Red Green Blue C M Y K H S L
Decimal 253 223 39 0 0.12 0.85 0.01 51.59 0.98 0.57
Hex FD DF 27 0 C 55 1 34 62 39
Octal 375 337 47 0 14 125 1 64 142 71
Binary 11111101 11011111 100111 0 1100 1010101 1 110100 1100010 111001

Color Harmonies of #FDDF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF27

Black with #FDDF27

Text Example


Text Example

White with #FDDF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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