Html Css Color HEX #FDCF3A Sunglow

📋 copy color: '#FDCF3A'

red 253 ◦ green 207 ◦ blue 58

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

Shades of Sunglow #FDCF3A

Tints of Sunglow #FDCF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.2%

R = 48.84%
G = 39.96%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDCF3A (or 0xFDCF3A) is known color: Sunglow. HEX triplet: FD, CF and 3A. RGB value is (253,207,58). Sum of RGB (Red+Green+Blue) = 253+207+58=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF3A is #0230C5. Grayscale: #CCCCCC. Windows color (decimal): -143558 or 3854333. OLE color: 3854333.

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

Color convert

RGB 253 207 58 -
CMYK 0 0.18 0.77 0.01
HSL 45.85º 0.98% 0.61% -
HSV(B) 45.85º 0.77% 0.99% -
XYZ 63.58 65.81 13.36 -
YUV 203.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 253 207 58 0 0.18 0.77 0.01 45.85 0.98 0.61
Hex FD CF 3A 0 12 4D 1 2E 62 3D
Octal 375 317 72 0 22 115 1 56 142 75
Binary 11111101 11001111 111010 0 10010 1001101 1 101110 1100010 111101

Color Harmonies of #FDCF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF3A

Black with #FDCF3A

Text Example


Text Example

White with #FDCF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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