Html Css Color HEX #FDBA07 Selective Yellow

📋 copy color: '#FDBA07'

red 253 ◦ green 186 ◦ blue 7

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

Shades of Selective Yellow #FDBA07

Tints of Selective Yellow #FDBA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 56.73%
G = 41.7%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDBA07 (or 0xFDBA07) is known color: Selective Yellow. HEX triplet: FD, BA and 07. RGB value is (253,186,7). Sum of RGB (Red+Green+Blue) = 253+186+7=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA07 is #0245F8. Grayscale: #BABABA. Windows color (decimal): -148985 or 506621. OLE color: 506621.

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

Color convert

RGB 253 186 7 -
CMYK 0 0.26 0.97 0.01
HSL 43.66º 0.98% 0.51% -
HSV(B) 43.66º 0.97% 0.99% -
XYZ 58.11 56.02 7.95 -
YUV 185.63 27.2 176.05 -
System Red Green Blue C M Y K H S L
Decimal 253 186 7 0 0.26 0.97 0.01 43.66 0.98 0.51
Hex FD BA 7 0 1A 61 1 2C 62 33
Octal 375 272 7 0 32 141 1 54 142 63
Binary 11111101 10111010 111 0 11010 1100001 1 101100 1100010 110011

Color Harmonies of #FDBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA07

Black with #FDBA07

Text Example


Text Example

White with #FDBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA07; }

 p { color: rgb(253,186,7); }

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

background-color css

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

 a { background-color: rgb(253,186,7); }

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

border-color css

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

 span { border-color: rgb(253,186,7); }

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