Html Css Color HEX #FDCF2A Sunglow

📋 copy color: '#FDCF2A'

red 253 ◦ green 207 ◦ blue 42

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

Shades of Sunglow #FDCF2A

Tints of Sunglow #FDCF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.37%

R = 50.4%
G = 41.24%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDCF2A (or 0xFDCF2A) is known color: Sunglow. HEX triplet: FD, CF and 2A. RGB value is (253,207,42). Sum of RGB (Red+Green+Blue) = 253+207+42=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF2A is #0230D5. Grayscale: #CACACA. Windows color (decimal): -143574 or 2805757. OLE color: 2805757.

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

Color convert

RGB 253 207 42 -
CMYK 0 0.18 0.83 0.01
HSL 46.92º 0.98% 0.58% -
HSV(B) 46.92º 0.83% 0.99% -
XYZ 63.24 65.68 11.53 -
YUV 201.94 37.74 164.42 -
System Red Green Blue C M Y K H S L
Decimal 253 207 42 0 0.18 0.83 0.01 46.92 0.98 0.58
Hex FD CF 2A 0 12 53 1 2F 62 3A
Octal 375 317 52 0 22 123 1 57 142 72
Binary 11111101 11001111 101010 0 10010 1010011 1 101111 1100010 111010

Color Harmonies of #FDCF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF2A

Black with #FDCF2A

Text Example


Text Example

White with #FDCF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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