Html Css Color HEX #FDB70E Selective Yellow

📋 copy color: '#FDB70E'

red 253 ◦ green 183 ◦ blue 14

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

Shades of Selective Yellow #FDB70E

Tints of Selective Yellow #FDB70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 56.22%
G = 40.67%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDB70E (or 0xFDB70E) is known color: Selective Yellow. HEX triplet: FD, B7 and 0E. RGB value is (253,183,14). Sum of RGB (Red+Green+Blue) = 253+183+14=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB70E is #0248F1. Grayscale: #B9B9B9. Windows color (decimal): -149746 or 964605. OLE color: 964605.

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

Color convert

RGB 253 183 14 -
CMYK 0 0.28 0.94 0.01
HSL 42.43º 0.98% 0.52% -
HSV(B) 42.43º 0.94% 0.99% -
XYZ 57.52 54.78 7.96 -
YUV 184.66 31.69 176.74 -
System Red Green Blue C M Y K H S L
Decimal 253 183 14 0 0.28 0.94 0.01 42.43 0.98 0.52
Hex FD B7 E 0 1C 5E 1 2A 62 34
Octal 375 267 16 0 34 136 1 52 142 64
Binary 11111101 10110111 1110 0 11100 1011110 1 101010 1100010 110100

Color Harmonies of #FDB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB70E

Black with #FDB70E

Text Example


Text Example

White with #FDB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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