Html Css Color HEX #FBC425 Turbo

📋 copy color: '#FBC425'

red 251 ◦ green 196 ◦ blue 37

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

Shades of Turbo #FBC425

Tints of Turbo #FBC425

RGB

 RED value IS 251 (98.44% from 255) = 51.86%

 GREEN value IS 196 (76.95% from 255) = 40.5%

 BLUE value IS 37 (14.84% from 255) = 7.64%

R = 51.86%
G = 40.5%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBC425 (or 0xFBC425) is known color: Turbo. HEX triplet: FB, C4 and 25. RGB value is (251,196,37). Sum of RGB (Red+Green+Blue) = 251+196+37=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC425 is #043BDA. Grayscale: #C3C3C3. Windows color (decimal): -277467 or 2475259. OLE color: 2475259.

HSL color Cylindrical-coordinate representation of color #FBC425: hue angle of 44.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBC425 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 196 37 -
CMYK 0 0.22 0.85 0.02
HSL 44.58º 0.96% 0.56% -
HSV(B) 44.58º 0.85% 0.98% -
XYZ 59.86 60.12 10.2 -
YUV 194.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 251 196 37 0 0.22 0.85 0.02 44.58 0.96 0.56
Hex FB C4 25 0 16 55 2 2D 60 38
Octal 373 304 45 0 26 125 2 55 140 70
Binary 11111011 11000100 100101 0 10110 1010101 10 101101 1100000 111000

Color Harmonies of #FBC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC425

Black with #FBC425

Text Example


Text Example

White with #FBC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC425; }

 p { color: rgb(251,196,37); }

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

background-color css

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

 a { background-color: rgb(251,196,37); }

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

border-color css

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

 span { border-color: rgb(251,196,37); }

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