Html Css Color HEX #FDB70A Selective Yellow

📋 copy color: '#FDB70A'

red 253 ◦ green 183 ◦ blue 10

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

Shades of Selective Yellow #FDB70A

Tints of Selective Yellow #FDB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 56.73%
G = 41.03%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDB70A (or 0xFDB70A) is known color: Selective Yellow. HEX triplet: FD, B7 and 0A. RGB value is (253,183,10). Sum of RGB (Red+Green+Blue) = 253+183+10=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB70A is #0248F5. Grayscale: #B8B8B8. Windows color (decimal): -149750 or 702461. OLE color: 702461.

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

Color convert

RGB 253 183 10 -
CMYK 0 0.28 0.96 0.01
HSL 42.72º 0.98% 0.52% -
HSV(B) 42.72º 0.96% 0.99% -
XYZ 57.5 54.77 7.83 -
YUV 184.21 29.69 177.07 -
System Red Green Blue C M Y K H S L
Decimal 253 183 10 0 0.28 0.96 0.01 42.72 0.98 0.52
Hex FD B7 A 0 1C 60 1 2B 62 34
Octal 375 267 12 0 34 140 1 53 142 64
Binary 11111101 10110111 1010 0 11100 1100000 1 101011 1100010 110100

Color Harmonies of #FDB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB70A

Black with #FDB70A

Text Example


Text Example

White with #FDB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB70A; }

 p { color: rgb(253,183,10); }

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

background-color css

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

 a { background-color: rgb(253,183,10); }

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

border-color css

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

 span { border-color: rgb(253,183,10); }

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