Html Css Color HEX #FDB40B Selective Yellow

📋 copy color: '#FDB40B'

red 253 ◦ green 180 ◦ blue 11

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

Shades of Selective Yellow #FDB40B

Tints of Selective Yellow #FDB40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 56.98%
G = 40.54%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDB40B (or 0xFDB40B) is known color: Selective Yellow. HEX triplet: FD, B4 and 0B. RGB value is (253,180,11). Sum of RGB (Red+Green+Blue) = 253+180+11=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB40B is #024BF4. Grayscale: #B7B7B7. Windows color (decimal): -150517 or 767229. OLE color: 767229.

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

Color convert

RGB 253 180 11 -
CMYK 0 0.29 0.96 0.01
HSL 41.9º 0.98% 0.52% -
HSV(B) 41.9º 0.96% 0.99% -
XYZ 56.89 53.55 7.65 -
YUV 182.56 31.18 178.24 -
System Red Green Blue C M Y K H S L
Decimal 253 180 11 0 0.29 0.96 0.01 41.9 0.98 0.52
Hex FD B4 B 0 1D 60 1 2A 62 34
Octal 375 264 13 0 35 140 1 52 142 64
Binary 11111101 10110100 1011 0 11101 1100000 1 101010 1100010 110100

Color Harmonies of #FDB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB40B

Black with #FDB40B

Text Example


Text Example

White with #FDB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB40B; }

 p { color: rgb(253,180,11); }

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

background-color css

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

 a { background-color: rgb(253,180,11); }

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

border-color css

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

 span { border-color: rgb(253,180,11); }

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