Html Css Color HEX #FDBA0C Selective Yellow

📋 copy color: '#FDBA0C'

red 253 ◦ green 186 ◦ blue 12

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

Shades of Selective Yellow #FDBA0C

Tints of Selective Yellow #FDBA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.66%

R = 56.1%
G = 41.24%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDBA0C (or 0xFDBA0C) is known color: Selective Yellow. HEX triplet: FD, BA and 0C. RGB value is (253,186,12). Sum of RGB (Red+Green+Blue) = 253+186+12=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA0C is #0245F3. Grayscale: #BABABA. Windows color (decimal): -148980 or 834301. OLE color: 834301.

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

Color convert

RGB 253 186 12 -
CMYK 0 0.26 0.95 0.01
HSL 43.32º 0.98% 0.52% -
HSV(B) 43.32º 0.95% 0.99% -
XYZ 58.13 56.03 8.1 -
YUV 186.2 29.7 175.65 -
System Red Green Blue C M Y K H S L
Decimal 253 186 12 0 0.26 0.95 0.01 43.32 0.98 0.52
Hex FD BA C 0 1A 5F 1 2B 62 34
Octal 375 272 14 0 32 137 1 53 142 64
Binary 11111101 10111010 1100 0 11010 1011111 1 101011 1100010 110100

Color Harmonies of #FDBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA0C

Black with #FDBA0C

Text Example


Text Example

White with #FDBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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