Html Css Color HEX #FDD043 Sunglow

📋 copy color: '#FDD043'

red 253 ◦ green 208 ◦ blue 67

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

Shades of Sunglow #FDD043

Tints of Sunglow #FDD043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

 BLUE value IS 67 (26.56% from 255) = 12.69%

R = 47.92%
G = 39.39%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD043 (or 0xFDD043) is known color: Sunglow. HEX triplet: FD, D0 and 43. RGB value is (253,208,67). Sum of RGB (Red+Green+Blue) = 253+208+67=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 67 (26.56% from 255 or 12.69% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD043 is #022FBC. Grayscale: #CDCDCD. Windows color (decimal): -143293 or 4444413. OLE color: 4444413.

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

Color convert

RGB 253 208 67 -
CMYK 0 0.18 0.74 0.01
HSL 45.48º 0.98% 0.63% -
HSV(B) 45.48º 0.74% 0.99% -
XYZ 64.08 66.4 14.75 -
YUV 205.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 253 208 67 0 0.18 0.74 0.01 45.48 0.98 0.63
Hex FD D0 43 0 12 4A 1 2D 62 3F
Octal 375 320 103 0 22 112 1 55 142 77
Binary 11111101 11010000 1000011 0 10010 1001010 1 101101 1100010 111111

Color Harmonies of #FDD043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD043

Black with #FDD043

Text Example


Text Example

White with #FDD043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD043; }

 p { color: rgb(253,208,67); }

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

background-color css

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

 a { background-color: rgb(253,208,67); }

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

border-color css

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

 span { border-color: rgb(253,208,67); }

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