Html Css Color HEX #FDBB12 Selective Yellow

📋 copy color: '#FDBB12'

red 253 ◦ green 187 ◦ blue 18

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

Shades of Selective Yellow #FDBB12

Tints of Selective Yellow #FDBB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.83%

 BLUE value IS 18 (7.42% from 255) = 3.93%

R = 55.24%
G = 40.83%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDBB12 (or 0xFDBB12) is known color: Selective Yellow. HEX triplet: FD, BB and 12. RGB value is (253,187,18). Sum of RGB (Red+Green+Blue) = 253+187+18=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBB12 is #0244ED. Grayscale: #BCBCBC. Windows color (decimal): -148718 or 1227773. OLE color: 1227773.

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

Color convert

RGB 253 187 18 -
CMYK 0 0.26 0.93 0.01
HSL 43.15º 0.98% 0.53% -
HSV(B) 43.15º 0.93% 0.99% -
XYZ 58.39 56.47 8.39 -
YUV 187.47 32.37 174.74 -
System Red Green Blue C M Y K H S L
Decimal 253 187 18 0 0.26 0.93 0.01 43.15 0.98 0.53
Hex FD BB 12 0 1A 5D 1 2B 62 35
Octal 375 273 22 0 32 135 1 53 142 65
Binary 11111101 10111011 10010 0 11010 1011101 1 101011 1100010 110101

Color Harmonies of #FDBB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBB12

Black with #FDBB12

Text Example


Text Example

White with #FDBB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBB12; }

 p { color: rgb(253,187,18); }

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

background-color css

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

 a { background-color: rgb(253,187,18); }

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

border-color css

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

 span { border-color: rgb(253,187,18); }

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