Html Css Color HEX #FCB70D Selective Yellow

📋 copy color: '#FCB70D'

red 252 ◦ green 183 ◦ blue 13

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

Shades of Selective Yellow #FCB70D

Tints of Selective Yellow #FCB70D

RGB

 RED value IS 252 (98.83% from 255) = 56.25%

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 56.25%
G = 40.85%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB70D (or 0xFCB70D) is known color: Selective Yellow. HEX triplet: FC, B7 and 0D. RGB value is (252,183,13). Sum of RGB (Red+Green+Blue) = 252+183+13=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB70D is #0348F2. Grayscale: #B9B9B9. Windows color (decimal): -215283 or 899068. OLE color: 899068.

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

Color convert

RGB 252 183 13 -
CMYK 0 0.27 0.95 0.01
HSL 42.68º 0.98% 0.52% -
HSV(B) 42.68º 0.95% 0.99% -
XYZ 57.15 54.59 7.91 -
YUV 184.25 31.36 176.32 -
System Red Green Blue C M Y K H S L
Decimal 252 183 13 0 0.27 0.95 0.01 42.68 0.98 0.52
Hex FC B7 D 0 1B 5F 1 2B 62 34
Octal 374 267 15 0 33 137 1 53 142 64
Binary 11111100 10110111 1101 0 11011 1011111 1 101011 1100010 110100

Color Harmonies of #FCB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB70D

Black with #FCB70D

Text Example


Text Example

White with #FCB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB70D; }

 p { color: rgb(252,183,13); }

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

background-color css

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

 a { background-color: rgb(252,183,13); }

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

border-color css

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

 span { border-color: rgb(252,183,13); }

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