Html Css Color HEX #FDA735 Lightning Yellow

📋 copy color: '#FDA735'

red 253 ◦ green 167 ◦ blue 53

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

Shades of Lightning Yellow #FDA735

Tints of Lightning Yellow #FDA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 53.49%
G = 35.31%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA735 (or 0xFDA735) is known color: Lightning Yellow. HEX triplet: FD, A7 and 35. RGB value is (253,167,53). Sum of RGB (Red+Green+Blue) = 253+167+53=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA735 is #0258CA. Grayscale: #B4B4B4. Windows color (decimal): -153803 or 3516413. OLE color: 3516413.

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

Color convert

RGB 253 167 53 -
CMYK 0 0.34 0.79 0.01
HSL 34.2º 0.98% 0.6% -
HSV(B) 34.2º 0.79% 0.99% -
XYZ 54.97 48.78 9.89 -
YUV 179.72 56.49 180.27 -
System Red Green Blue C M Y K H S L
Decimal 253 167 53 0 0.34 0.79 0.01 34.2 0.98 0.6
Hex FD A7 35 0 22 4F 1 22 62 3C
Octal 375 247 65 0 42 117 1 42 142 74
Binary 11111101 10100111 110101 0 100010 1001111 1 100010 1100010 111100

Color Harmonies of #FDA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA735

Black with #FDA735

Text Example


Text Example

White with #FDA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA735; }

 p { color: rgb(253,167,53); }

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

background-color css

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

 a { background-color: rgb(253,167,53); }

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

border-color css

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

 span { border-color: rgb(253,167,53); }

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