Html Css Color HEX #FDCF34 Sunglow

📋 copy color: '#FDCF34'

red 253 ◦ green 207 ◦ blue 52

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

Shades of Sunglow #FDCF34

Tints of Sunglow #FDCF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

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

R = 49.41%
G = 40.43%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDCF34 (or 0xFDCF34) is known color: Sunglow. HEX triplet: FD, CF and 34. RGB value is (253,207,52). Sum of RGB (Red+Green+Blue) = 253+207+52=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF34 is #0230CB. Grayscale: #CBCBCB. Windows color (decimal): -143564 or 3461117. OLE color: 3461117.

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

Color convert

RGB 253 207 52 -
CMYK 0 0.18 0.79 0.01
HSL 46.27º 0.98% 0.6% -
HSV(B) 46.27º 0.79% 0.99% -
XYZ 63.44 65.76 12.6 -
YUV 203.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 253 207 52 0 0.18 0.79 0.01 46.27 0.98 0.6
Hex FD CF 34 0 12 4F 1 2E 62 3C
Octal 375 317 64 0 22 117 1 56 142 74
Binary 11111101 11001111 110100 0 10010 1001111 1 101110 1100010 111100

Color Harmonies of #FDCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF34

Black with #FDCF34

Text Example


Text Example

White with #FDCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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